tsgo-cli
v2.0.12
Published
CLI tool for generating TypeScript boilerplate
Downloads
28
Maintainers
Readme
tsgo
tsgo is a command-line tool designed to streamline the process of setting up new TypeScript projects. It provides a convenient way to generate a well-structured TypeScript project boilerplate with essential configurations and files, allowing developers to quickly kick-start their TypeScript projects.
Installation
npm install -g tsgo-clitsgo create <project_name>or
npx tsgo-cli create <project_name>Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
