Skip to content

kdeloach/gobundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gobundle

The goal of this project is to learn more about Go by implementing a Javascript module loader for the web.

This tool can be used to generate a single JavaScript bundle containing all dependencies installed using npm similar to Browserify.

Usage

Usage:
  gobundle <entry_file> [-o <file>|--output=<file>]
  gobundle (-h | --help)
  gobundle --version
Options:
  <entry_file>                Entry file.
  -o <file> --output=<file>   Output file.
  -h --help                   Show this screen.
  --version                   Show version.

About

Experimental JavaScript bundler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published