@rmc3408/microservice-node-common
v0.0.19
Published
email: [email protected] username: rmc3408.dev organizationName: @rmc3408 Password: save in protonPass
Downloads
36
Readme
microservice-node-common
To create a npm package account
email: [email protected]
username: rmc3408.dev
organizationName: @rmc3408
Password: save in protonPass
- Create a new github repo,
npm init
and publish using:
npm adduser
npm public --access public
convert from .ts -> .js using compiler via tsconfig, outDir = ./build
tsc --init
Install necessary packages
npm install typescript del-cli --save-dev
update the
package.json
content properties:
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]