@alipiry/create-ts-cli
v1.1.2
Published
NodeJS CLI boilerplate generator using TypeScript
Downloads
10
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 yarnLinux:
> 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 yarnInstallation
Install package:
> yarn global add @alipiry/create-ts-cliUsage
Run following commands to create your ts-cli app:
> create-ts-cli init my-cli-app
> cd my-cli-app
> yarn
> yarn devDevelopment
Clone the project:
> git clone [email protected]:alipiry/create-ts-cli.gitInstall dependencies and dev dependencies:
> cd create-ts-cli/
> yarnRunning
> yarn dev init exampleProduction
> yarn buildAuthor
LICENSE
MIT
Support
If you enjoy using this tool, please consider buying me a coffee. :grin:
