Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 438 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 438 Bytes

rollup-starter-ts

To fast start a typescript library.

Getting started

Clone this repository and install its dependencies:

git clone https://github.com/zenoslin/rollup-starter-ts.git
cd rollup-starter-ts
npm install

scripts

  • npm run build builds the library to lib.
  • npm run build:type builds .d.ts file for the library.
  • npm run test use jest to test the source files.

License

MIT