https://github.com/lukethacoder/umd-template
🧻 rollup based UMD package template
https://github.com/lukethacoder/umd-template
rollup rollup-template umd umd-scripts
Last synced: 3 months ago
JSON representation
🧻 rollup based UMD package template
- Host: GitHub
- URL: https://github.com/lukethacoder/umd-template
- Owner: lukethacoder
- License: mit
- Created: 2021-06-10T10:16:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-11-10T20:44:43.000Z (6 months ago)
- Last Synced: 2025-11-10T22:20:01.510Z (6 months ago)
- Topics: rollup, rollup-template, umd, umd-scripts
- Language: JavaScript
- Homepage:
- Size: 273 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# umd-template
rollup based UMD package template
Package name should be set in the `.env` file under `PACKAGE_NAME=`
> based on [this](https://remarkablemark.org/blog/2019/07/12/rollup-commonjs-umd/) blog post