@com.xcodeclazz/k8s-common
TypeScript icon, indicating that this package has built-in type declarations

0.0.12 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @com.xcodeclazz/k8s-common

Weekly Downloads

0

Version

0.0.12

License

ISC

Unpacked Size

140 kB

Total Files

178

Last publish

Collaborators

  • xcodeclazz