Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 434 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 434 Bytes

Library Template

This is a library starter template.

It uses rollup to create the library bundle and export all relevant functions and types.

Usage

All exported functions and types must be exported inside the main.ts file.

To build the library, run npm run build -w lib.

To publish the library run npm publish -w lib.

Testing

To test the library, run npm run test -w lib.