1.0.5 • Published 8 months ago
@shivarajbakale/create-ts-project v1.0.5
Create TypeScript Project
This project is a template for creating a new TypeScript project. It includes all the necessary configuration files and dependencies to get started with TypeScript development quickly and efficiently.
Features
- TypeScript support
- Pre-configured ESLint for code linting
- Pre-configured Prettier for code formatting
- Jest for testing
- Scripts for building and running the project
Getting Started
Clone the repository:
git clone https://github.com/your-username/create-ts-project.git
Install dependencies:
cd create-ts-project npm install
Start the development server:
npm start
Build the project:
npm run build
Run tests:
npm test
License
This project is licensed under the MIT License.