1.0.5 • Published 10 months ago

@shivarajbakale/create-ts-project v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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

  1. Clone the repository:

    git clone https://github.com/your-username/create-ts-project.git
  2. Install dependencies:

    cd create-ts-project
    npm install
  3. Start the development server:

    npm start
  4. Build the project:

    npm run build
  5. Run tests:

    npm test

License

This project is licensed under the MIT License.

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago