0.0.3 • Published 7 years ago

generate-spacetime-etl-readme v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

generate-etl-readme

Node.js module to generate Markdown README files for NYC Space/Time Directory’s ETL modules.

Examples

Usage

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

Including extra, module-specific content to a README file

To include extra content in the generated README.md file, add this content to <datasetId>.md in the module's directory.

See also