1.0.5 • Published 8 months ago

@shivarajbakale/create-ts-project v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
8 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

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago