UNPKG

675 BMarkdownView Raw
1# Rollpkg Example Package
2
3- Example package for [Rollpkg](https://github.com/rafgraph/rollpkg), a zero-config build tool to create packages with Rollup and TypeScript.
4
5- The built and published code for `rollpkg-example-package` can be [viewed here](https://unpkg.com/browse/rollpkg-example-package/).
6
7- This repo is setup to use [Rollpkg's default configs](https://github.com/rafgraph/rollpkg#using-default-configs-optional) for TypeScript, Prettier, ESLint and Jest, as well as a pre-commit hook to format the code with Prettier.
8
9- The demo app for `rollpkg-example-package` is in the `/demo` folder, and is deployed at https://rollpkg.rafgraph.dev using GitHub Pages.