https://github.com/rafgraph/rollpkg-example-package
Example package for Rollpkg
https://github.com/rafgraph/rollpkg-example-package
Last synced: about 1 year ago
JSON representation
Example package for Rollpkg
- Host: GitHub
- URL: https://github.com/rafgraph/rollpkg-example-package
- Owner: rafgraph
- License: mit
- Created: 2020-11-22T12:33:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-14T21:39:23.000Z (about 5 years ago)
- Last Synced: 2025-04-19T10:19:18.730Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://rollpkg.rafgraph.dev
- Size: 6.19 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rollpkg Example Package
- Example package for [Rollpkg](https://github.com/rafgraph/rollpkg), a zero-config build tool to create packages with Rollup and TypeScript.
- The built and published code for `rollpkg-example-package` can be [viewed here](https://unpkg.com/browse/rollpkg-example-package/).
- 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.
- The demo app for `rollpkg-example-package` is in the `/demo` folder, and is deployed at https://rollpkg.rafgraph.dev using GitHub Pages.