项目作者: patrickroberts

项目描述 :
Rollup template for TypeScript projects
高级语言: JavaScript
项目地址: git://github.com/patrickroberts/template.git
创建时间: 2020-08-16T16:59:35Z
项目社区:https://github.com/patrickroberts/template

开源协议:MIT License

下载


template

build
coverage
license

Rollup template for TypeScript projects

Features

Installation

  1. npx degit patrickroberts/template my-new-project
  2. cd my-new-project
  3. npm install

Getting Started

To begin live development with incremental building and testing

  1. 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.