Rollup template for TypeScript projects
npx degit patrickroberts/template my-new-project
cd my-new-project
npm install
To begin live development with incremental building and testing
npm run watch
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
.