v0.1.3
bundler for javascript libraries
Repository
Current version released
3 years ago
Frogasaurus
Frogasaurus is a script for bundling a javascript library into a single file.
I made it because I wanted an easy way to make a library that can be used in either of these ways:
- Imported with the
importkeyword. - Embedded with a
scripttag.
How does it work?
Write your code inside the source folder.
Then run the frogasaurus.js file with Deno.
Your bundled project will appear!
Use the -import.js file when importing the project.
Use the -embed.js file when embedding the project.
Anything else I should know?
Yes. But it’s a secret!