tsm-starter
v1.1.0
Published
Utility to generate Typescript nodejs modules.
Downloads
6
Readme
tsm-starter
Utility to generate Typescript nodejs modules.
Features
- Utility to generate Typescript nodejs modules.
Usage
tsm-starter
> ✔ Name of the package … name-of-the-package
> ✔ Description of the package … Descriptionm for the package
> ✔ License type … MIT
> ✔ What's your name? … Author's Name
> ✔ What's your email? … Author's Email
> ✔ What's your website url? … Author's Url
> ✔ What's your GitHub repo? … Author's GitHub Repo
Install
npm install --save tsm-starter
Or as binary
``npm install --g tsm-starter`
Scripts
- npm run build :
rm -rf dist && tsc && npm run readme
- npm run readme :
node ./node_modules/.bin/node-readme
- npm run test :
mocha ./dist/test/*.js
Dependencies
Package | Version | Dev --- |:---:|:---: commander | ^2.19.0 | ✖ dot-object | ^1.7.1 | ✖ great-logs | 0.0.4 | ✖ prompts | ^2.0.1 | ✖ shelljs | ^0.8.3 | ✖ @types/chai | ^4.1.3 | ✔ @types/mocha | ^5.2.0 | ✔ @types/node | ^10.0.2 | ✔ chai | ^4.1.2 | ✔ mocha | ^5.1.1 | ✔ node-readme | ^0.1.9 | ✔
Contributing
Please check the Contributing Guidelines for more details. Thanks!