1.0.2 • Published 4 years ago
jz-rollup-sample-ts v1.0.2
template
Rollup template for TypeScript projects
Features
- TypeScript
- Babel
- Rollup bundles
- CommonJS
- ES Module
- UMD
- Types
- ESLint
- Jest
- Allows TypeScript in test files
- TypeDoc
- GitHub Workflows for
- Building
- Code Coverage
- Documentation
- Publishing
Installation
npx degit patrickroberts/template my-new-project
cd my-new-project
npm installGetting Started
To begin live development with incremental building and testing
npm run watchContinuous 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.