ts-cli-boilerplate
v3.0.2
Published
Quickly staring a Typescript cli project
Readme
ts-cli-boilerplate
Starting a Typescript cli project instantly.
Usage
Clone this boilerplate by git:
git clone https://github.com/backrunner/ts-cli-boilerplate.git -b main --depth 1And installing dependencies by npm:
npm installAfter installing, modify the properties in the package.json, like name, homepage, repository, and so on.
Also remember to modify the Readme.md.
Finally using npm run build to build your project.
CLI
We created a command line interface tool called create-typescript-cli, you can use it to create your project faster.
npm create typescript-cliIntergrated packages
Rollup (with babel, node-resolve, json plugins).
TypeScript and Babel.
Commander.js, Inquirer.js, chalk.
eslintwitheslint-config-alloyandprettier.
License
MIT
