Skip to content

xbranch/ngx-utility

Repository files navigation

NgxUtility

Angular utility modules

Modules

Development

Docs preview

npm run start

Build modules

npm run build:lib

Release new version

Release new patch version

npm run release

Release new major version

npm run release:major

Publish released version

  1. checkout tag or master
  2. build library npm run build:lib
  3. publish each module
  4. npm run publish:core
  5. npm run publish:files
  6. npm run publish:dates

License

This project is released under the MIT license, which can be found in LICENSE.