0.0.12 • Published 2 years ago
@com.xcodeclazz/k8s-common v0.0.12
Steps to publish this on NPM registry
Make sure you are login into npm in npm cli
Create an organisation in
NPMregistry for exampleproject-abcdchange the name in
package.json
{
"name": "@com.xcodeclazz/k8s-common"
}- Everytime you publish new release
git add .
git commit -am "changed something"
npm run pub- Everywhere else where you are using this package
npm update @com.xcodeclazz/k8s-common --saveAs Children Repository
- Go to parent repository
- Run
git add /common - Run
git commit -am "any message" - Run
git push origin branch - Back to this repository
- Run
npm run pub