Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/metonym/template-typescript
- Owner: metonym
- License: mit
- Created: 2019-06-08T22:49:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T21:05:11.000Z (about 2 years ago)
- Last Synced: 2023-03-02T20:06:28.492Z (over 1 year ago)
- Topics: template, typescript, vitest
- Language: TypeScript
- Homepage:
- Size: 749 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)