@rmc3408/microservice-node-common
v0.0.13
Published
1. Create a npm package account, username and organization name [email protected] rmc3408.dev @rmc3408
Downloads
2
Readme
microservice-node-common
Create a npm package account, username and organization name [email protected] rmc3408.dev @rmc3408
Create a new github repo,
npm init
and publish
npm adduser
npm public --access public
- Update package json adding new configurations
- run
tsc --init
- convert from .ts -> .js using compiler via tsconfig, outDir = ./build
- install dependencies
npm install typescript del-cli --save-dev
- update package.json
main
is first file to run via import packagetypes
is file definitionfiles
are all folder to be installed
- patch to new version
npm version patch
to remove from npm Js npm unpublish @rmc3408/[email protected]