@dgpholdings/shared-nodejs
v1.0.21
Published
- `npm i -S @dgpholdings/shared-nodejs` or - `yarn add @dgpholdings/shared-nodejs`
Downloads
11
Readme
Install
npm i -S @dgpholdings/shared-nodejs
oryarn add @dgpholdings/shared-nodejs
Initial publish
npm publish --access public
to let npm know that this not a private but a public package otherwise we will get npm error code E403
error
How to develop
git add -A
thengit commit -m 'some message'
andgit push
npm run pub
this will publish this package to the npm registry- In the consumer project
npm install @dgpholdings/shared-nodejs@latest
to update the package