https://github.com/a-type/typescript-library-template
Like the React template, without React
https://github.com/a-type/typescript-library-template
Last synced: 11 months ago
JSON representation
Like the React template, without React
- Host: GitHub
- URL: https://github.com/a-type/typescript-library-template
- Owner: a-type
- License: mit
- Created: 2020-07-20T18:09:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:59:26.000Z (over 3 years ago)
- Last Synced: 2025-03-30T03:41:25.615Z (about 1 year ago)
- Language: TypeScript
- Size: 2.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# typescript-library-template
Personal template of [@a-type](https://github.com/a-type) for creating libraries using Typescript.
## Features
- Testing: Jest/RTL - `npm test`/`npm test:watch`
- Build: CJS+ESM - `npm run build:cjs`/`npm run build:esm`
- Storybook - `npm run storybook`
- TSDoc - `npm run tsdoc`
- Homepage - `cd homepage && npm run build`