create-node-ts-cli
v0.1.6
Published
CLI tool to create base structure for new cli tools
Downloads
10
Maintainers
Readme
Overview
Using this tool you will quickly start creating your own cli tools either for personal use or for your development team
Getting started
- Create the project by executing the following command
$ npm init node-ts-cli@latest my-project- Install the dependencies
$ cd my-project
$ yarn install- Start creating the code in the src folder using typescript and run it with dev
$ yarn devMotivation and features
[x] Javascript developer can avoid learning curve on how to write Bash Scripts
[x] Enforce good standards to get quality code using popular tools
[x] Reduce the effort overthinking which packages to use or defining the basic structure
Contributing
You can always help to improve this tool. See CONTRIBUTING.md for more information to have you onboard.
License
Create Node TS CLI is open source software licensed as MIT.
