1.1.4 • Published 11 months ago

@ajukno/ts-starter v1.1.4

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

Features

  • TypeScript
  • ESLint
  • Prettier
  • Vitest
  • TSUP for bundling

Getting Started

Installation

  1. Clone the repository:

    git clone https://github.com/ajukno/ts-starter.git
    cd ts-starter
  2. Install dependencies:

    pnpm install

Scripts

  • build-fast: Quickly build the project without generating type declarations.

    pnpm run build-fast
  • build: Build the project with type declarations.

    pnpm run build
  • build:watch: Watch for changes and rebuild the project.

    pnpm run build:watch
  • format: Format the code using Prettier.

    pnpm run format
  • lint: Lint the code using ESLint.

    pnpm run lint
  • lint:fix: Lint and fix the code using ESLint.

    pnpm run lint:fix
  • test: Run tests using Vitest.

    pnpm run test

Project Structure

  • src/: Source code directory.
  • tests/: Test files directory.
  • dist/: Distribution directory (generated after build).

License

This project is licensed under the MIT License.

1.1.4

11 months ago

1.1.3

11 months ago

1.1.2

11 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago