1.2.1 • Published 3 years ago
its-ts v1.2.1
It's ts Cli
A CLI tool for creating TypeScript projects.
Installation
You can install this CLI tool globally using npm:
npm install -g its-tsUsage
Create a new TypeScript project:
its-ts create <projectName>By default, the CLI will copy a template project and install its dependencies. You can use the -f or --force flag to overwrite an existing project with the same name.
Example
Create a new TypeScript project named "my-ts-project":
its-ts create my-ts-projectNavigate to the project directory:
cd my-ts-projectStart the project:
npm startContributing
Contributions are welcome! Feel free to open issues and submit pull requests.
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name. - Make your changes and commit them:
git commit -am 'Add some feature'. - Push to the branch:
git push origin feature/your-feature-name. - Create a pull request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ by Priyanshu Verma