0.0.12 • Published 1 year ago

@com.xcodeclazz/k8s-common v0.0.12

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

Steps to publish this on NPM registry

Make sure you are login into npm in npm cli

  1. Create an organisation in NPM registry for example project-abcd

  2. change the name in package.json

{
  "name": "@com.xcodeclazz/k8s-common"
}
  1. Everytime you publish new release
git add .
git commit -am "changed something"
npm run pub
  1. Everywhere else where you are using this package
npm update @com.xcodeclazz/k8s-common --save

As Children Repository

  1. Go to parent repository
  2. Run git add /common
  3. Run git commit -am "any message"
  4. Run git push origin branch
  5. Back to this repository
  6. Run npm run pub
0.0.12

1 year ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.6

2 years ago

0.0.1

2 years ago