Skip to content

shinTSY/rollup-starter-ts

 
 

Repository files navigation

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

About

🔨 To fast start a typescript library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.9%
  • TypeScript 29.1%