create-node-ts-cli

0.1.6 • Public • Published

node-ts-cli

Coverage PRs Welcome

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

  • [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.

Package Sidebar

Install

npm i create-node-ts-cli

Weekly Downloads

1

Version

0.1.6

License

MIT

Unpacked Size

20.6 kB

Total Files

31

Last publish

Collaborators

  • amjimenez