1.0.5 • Published 12 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.gitInstall dependencies:
cd create-ts-project npm installStart the development server:
npm startBuild the project:
npm run buildRun tests:
npm test
License
This project is licensed under the MIT License.