- Update the docs folder as needed by running
npm run doc:markdown
- test-generators:
npm install
- test-generators:
npm run build
- test-generators:
npm link
- In other project:
npm link @dsnp/test-generators
- The other project now uses the test-generators folder as the node_modules folder
- test-generators:
npm run watch
npm run docs
generates HTML documentation indist
npm run docs:markdown
generates markdown documentation indocs
- Edit the list of excluded files in
tsconfig.json
->typedocOptions
->exclude
- Draft New Release on github.com
- Set tag to v0.0.0 following Semver 2.0
- Set title to "v0.0.0 Major Feature Name"
- Set contents to follow KeepAChangeLog.com 1.0, but limited to just the new release information
## [0.1.0] - 2017-06-20 ### Added - New thing ### Changed - Different thing ### Removed - Not a thing anymore
- Publish
- TODO: CI will build and publish to the npm repository