1.0.4 • Published 2 years ago

@sgtickets-student/common v1.0.4

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

Common code for all project

When We going to share code to our project. We can use Nmp Repository https://www.npmjs.com/settings/sgtickets-student/members. For init project ´´´sh npm init -y git init git add . git commit -m "initial commit" ´´´ For publish public packge

npm login
npm publish --access public

For increase version number

npm version patch