@alipiry/create-ts-cli
v1.1.2
Published
NodeJS CLI boilerplate generator using TypeScript
Downloads
5
Maintainers
Readme
create-ts-cli
Create your nodeJS
CLI apps and program them in TypeScript
with no configuration troubles.
Demo
Requirements
To use this package, make sure you have yarn
installed on your machine:
macOS:
> brew install yarn
Linux:
> curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
> sudo apt-get update && sudo apt-get install yarn
Installation
Install package:
> yarn global add @alipiry/create-ts-cli
Usage
Run following commands to create your ts-cli app:
> create-ts-cli init my-cli-app
> cd my-cli-app
> yarn
> yarn dev
Development
Clone the project:
> git clone [email protected]:alipiry/create-ts-cli.git
Install dependencies and dev dependencies:
> cd create-ts-cli/
> yarn
Running
> yarn dev init example
Production
> yarn build
Author
LICENSE
MIT
Support
If you enjoy using this tool, please consider buying me a coffee. :grin: