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

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

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`