0.0.1 • Published 1 year ago

isbase-webcore v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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! :)