1.0.10 • Published 4 years ago

@icsdpro/common v1.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Publish npm module

init

mkdir common

cd common

npm init -y

change package name to @icsdpro/common

craete a new git repo

git init

git add .

git commit -m "init"

publsh

npm login

npm publish --access public

create files

tsc --init

npm i -D typescript del-cli

update module

git add .

git commit -m "some update text"

npm version patch this will increase the minor number version

npm run build

npm publish

or we have a short hand

npm run pub

update project

other project that depend on this module will need to run npm update @icsdpro/common to get the latest version