Node.js module to generate Markdown README files for NYC Space/Time Directory’s ETL modules.
- https://github.com/nypl-spacetime/etl-mapwarper
- https://github.com/nypl-spacetime/etl-building-inspector
- https://github.com/nypl-spacetime/etl-spacetime-graph
- https://github.com/nypl-spacetime/etl-group-maps
First, install generate-etl-readme
as dependency:
npm install --save-dev spacetime-generate-etl-readme
Then, the following line to the scripts
section of the ETL script’s package.json
:
"scripts": {
...
"readme": "spacetime-generate-etl-readme -o README.md ./"
}
Generate a new README.md
by running:
npm run readme
To include extra content in the generated README.md
file, add this content to <datasetId>.md
in the module's directory.