0.1.5 • Published 7 years ago

spacetime-generate-etl-readme v0.1.5

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

generate-etl-readme

Generates 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

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago