0.1.6 • Published 2 years ago
create-node-ts-cli v0.1.6
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 dev
Motivation and features
Javascript developer can avoid learning curve on how to write Bash Scripts
Enforce good standards to get quality code using popular tools
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.