Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/metonym/template-typescript

Base template for TypeScript projects
https://github.com/metonym/template-typescript

template typescript vitest

Last synced: about 1 month ago
JSON representation

Base template for TypeScript projects

Awesome Lists containing this project

README

        

# template-typescript

> Template for developing TypeScript projects.

This project provides basic scaffolding for developing and building TypeScript libraries.

## Getting Started

Clone the template:

```bash
git clone [email protected]:metonym/template-typescript.git
cd template-typescript
```

Install its dependencies:

```bash
yarn install
```

## Available Scripts

### `yarn test`

Runs tests using `vite`.

### `yarn prepack`

Builds the project for production. The build directory is `dist`; types will be written to `dist/index.d.ts`. Customize the build directory in the `outDir` configuration option in the [tsconfig.json](tsconfig.json).

## License

[MIT](LICENSE)