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

https://github.com/chfoidl/typescript-library-boilerplate

Boilerplate with basic setup for TypeScript libraries.
https://github.com/chfoidl/typescript-library-boilerplate

rollup typescript typescript-boilerplate

Last synced: 2 months ago
JSON representation

Boilerplate with basic setup for TypeScript libraries.

Awesome Lists containing this project

README

        

# typescript-library-boilerplate

This boilerplate provides a starting point for TypeScript libraries with preconfigured module bundling via `rollup`, tests via `jest` and various other little helpers like `prettier`, `commitizen`, `ts-lint` and **Travis CI** and **Coveralls support**.

## Usage

Just clone this repository and change `mylib.ts` in something more suitable for your library in `package.json` and in the `src` folder.