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.
- Host: GitHub
- URL: https://github.com/chfoidl/typescript-library-boilerplate
- Owner: chfoidl
- License: mit
- Created: 2018-08-27T16:35:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-02T10:54:05.000Z (almost 7 years ago)
- Last Synced: 2025-03-27T04:12:29.336Z (3 months ago)
- Topics: rollup, typescript, typescript-boilerplate
- Language: TypeScript
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.