@ifextech/template-lib-ts
v1.0.1
Published
A template npm library using typescript
Downloads
2
Readme
Creating npm packages
- Create account, install npm and sign-in using npm cli
npm login
- Create a public package into registry
npm publish --access public
- Publish new versions, features and fixe's
git add .
git commit -m "<Your comment>"
npm publish