0.0.12 • Published 2 months ago

@com.xcodeclazz/k8s-common v0.0.12

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months 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

2 months ago

0.0.10

4 months ago

0.0.11

4 months ago

0.0.9

4 months ago

0.0.8

4 months ago

0.0.7

4 months ago

0.0.3

4 months ago

0.0.2

4 months ago

0.0.5

4 months ago

0.0.4

4 months ago

0.0.6

4 months ago

0.0.1

4 months ago