@jaba/j6-utils
v1.0.9
Published
Javascript utils for J6
Readme
j6-utils
Usage
npm install @jaba/j6-utils --saveRepository
https://www.npmjs.com/package/@jaba/j6-utils
npm common
- create an account
- create an organisation too (scope)
typescript lib
- create git repo / clone
- npm
npm init
* change name with @jaba
npm i -D typescript @types/node tslint
-- add tsconfig.json and tslint.json
-- npm run buildadd .npmignore
publish
* change version in package.json
npm login (jaba-team, [email protected])
npm whoami
npm publish --access=publicref
https://medium.com/@nilayvishwakarma/build-an-npm-package-with-typescript-by-nilay-vishwakarma-f303d7072f80
