1.0.2 • Published 2 years ago

jz-rollup-sample-ts v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

template

build coverage license

Rollup template for TypeScript projects

Features

Installation

npx degit patrickroberts/template my-new-project
cd my-new-project
npm install

Getting Started

To begin live development with incremental building and testing

npm run watch

Continuous Integration

Every push to the master branch will trigger an automated build and deploy generated documentation to GitHub Pages from the root of the gh-pages branch.

Every release will publish the package pre-bundled to npm. You need to configure your credentials by creating a secret with the name NPM_TOKEN.