patrickroberts / template

Rollup template for TypeScript projects

Home Page:https://patrickroberts.github.io/template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Rollup template for TypeScript projects

https://patrickroberts.github.io/template

License:MIT License


Languages

Language:TypeScript 50.4%Language:JavaScript 49.6%