1.2.1 • Published 2 years ago

its-ts v1.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

It's ts Cli

npm version License

A CLI tool for creating TypeScript projects.

Installation

You can install this CLI tool globally using npm:

npm install -g its-ts

Usage

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-project

Navigate to the project directory:

cd my-ts-project

Start the project:

npm start

Contributing

Contributions are welcome! Feel free to open issues and submit pull requests.

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name.
  3. Make your changes and commit them: git commit -am 'Add some feature'.
  4. Push to the branch: git push origin feature/your-feature-name.
  5. Create a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with ❤️ by Priyanshu Verma

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago