Skip to content

shinlms404/ts-starter

Repository files navigation

ts-starter

License: MIT Issues PRs Welcome

A TypeScript starter template for your projects.

Usage

To use this template, you can follow these steps:

  1. Clone the repository:
git clone https://github.com/shinlms404/ts-starter.git your-project-name
  1. Navigate to the project directory:
cd your-project-name
  1. Install dependencies:
npm install
  1. Build the project:
npm run build
  1. Start coding!

Feel free to customize the template according to your project requirements.

Scripts

  • npm run build: Build the project using tsup.
  • npm run lint: Run ESLint to lint the code.
  • npm run lint:fix: Run ESLint with automatic fixes.
  • npm run prepack: Run prepackaging tasks.
  • npm run prepare: Set up simple-git-hooks.
  • npm run release: Bump the version and publish the package.
  • npm run stub: Build the project with tsup in esm format.
  • npm test: Run vitest for testing.
  • npm run typecheck: Run TypeScript type checking.
  • npm run watch: Watch for changes and rebuild using tsup.

License

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

Author


For detailed information on the template, please visit the GitHub repository.

About

A TypeScript starter template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published