1.0.2 • Published 5 years ago

@nephilimbrands/story-builder-engine v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

StoryBuilderEngine

Built using the following resource for library packages...

https://medium.com/@nikolasleblanc/building-an-angular-4-component-library-with-the-angular-cli-and-ng-packagr-53b2ade0701e

Inorder to package the library use

npm run packagr

This will create a dist folder that you can use to push up to the npm repository (Which we will later have as part of a deploy step for the master branch of this lib...)

For local development use

npm link (in the /dist folder)

Then in your repo use

npm link story-builder-engine


To update on npm, build dist folder.

  • npm login
  • npm publish