Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ms-fadaei/typescript-library-starter
JavaScript library starter powered by typescript, unbuild and vite
https://github.com/ms-fadaei/typescript-library-starter
eslint typescript unbuild vite vitest
Last synced: 10 days ago
JSON representation
JavaScript library starter powered by typescript, unbuild and vite
- Host: GitHub
- URL: https://github.com/ms-fadaei/typescript-library-starter
- Owner: ms-fadaei
- License: mit
- Created: 2022-03-13T08:58:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T15:37:21.000Z (28 days ago)
- Last Synced: 2024-10-13T23:08:12.479Z (24 days ago)
- Topics: eslint, typescript, unbuild, vite, vitest
- Language: TypeScript
- Homepage:
- Size: 223 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Typescript Library Starter
> JavaScript library starter powered by typescript, unbuild and vite## Pre-packed
- [Unbuild](https://github.com/unjs/unbuild)
- [Vite 2](https://github.com/vitejs/vite)
- [Typescript](https://github.com/microsoft/TypeScript)
- [Vitest](https://github.com/vitest-dev/vitest)
- [ESLint](https://github.com/eslint/eslint)## commands
### Run Playground
```bash
yarn dev
```### Build Playground (preview)
```bash
yarn generate
```### Build Library
```bash
yarn build
```### Lint
```bash
yarn lint
```### Test
```bash
yarn test
```### Test + Watch
```bash
yarn test:watch
```### Test + Coverage
```bash
yarn coverage
```### Release & Publish
```bash
yarn release
```## License
[MIT License](./LICENSE)
Copyright (c) Mohammad Saleh Fadaei ([@ms-fadaei](https://github.com/ms-fadaei))