0.0.7 • Published 4 years ago

ngx-lib-starter v0.0.7

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

NPM version Codecov Travis GitHub stars

Ngx Lib Starter

Interactive Cli for generating angular library seed, inspired by https://github.com/bitjson/typescript-starter.

Start Now

Run one simple command to install and use the interactive project generator. You'll need Node v10 or later.

npx ngx-lib-starter

Bump version, update changelog, commit, & tag release

It's recommended that you install commitizen to make commits to your project.

npm install -g commitizen

# commit your changes:
git cz

This project is tooled for conventional changelog to make managing releases easier. See the standard-version documentation for more information on the workflow, or CHANGELOG.md for an example. npm run release-alpha|release-patch|release-minor |release-major runs tests, bumps package.json version, updates CHANGELOG.md, git tags the release. npm run publish runs tests, builds code for production, publishes to npm repository.

License

MIT © Eisberg Labs

0.0.7

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.1-alpha.1

4 years ago

0.0.1-alpha.0

4 years ago