0.0.9 • Published 5 years ago
device_simulator v0.0.9
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 installscripts
npm run buildbuilds the library tolib.npm run build:typebuilds.d.tsfile for the library.npm run testusejestto test the source files.