isbase-webcore
v0.0.1
Published
For scoped libraries -make sure the name of the library is prefixed by a scope Change/check the version of your library (make sure to set it higher whenever you make a new publish) Build your library project --> Run "ng build" Login to npm
Downloads
6
Readme
Steps to publish a library in npm repository
For scoped libraries -make sure the name of the library is prefixed by a scope
Change/check the version of your library (make sure to set it higher whenever you make a new publish)
Build your library project --> Run "ng build"
Login to npm repository using an npm account --> Run "npm login"
Navigate to the dist\"YourLibrary" path in the workspace
Run "npm publish" from there. (use npm publish --access public instead till the account is made private)
You are good to go! :) 