Template to create a typescript node Package from scratch.
This template is configured for use with typescript
and jest
.
Please change the settings below in the file package.json
name
: the name of your package (this name will be used to publish the package on npm)packageModuleName
: the name of the Universal Module Definition*urlName
: the name of the generated UMD filedescription
: the description of the package
npm version [major | minor | patch] -m "My message"
npm publish