Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kdeloach/gobundle

Experimental JavaScript bundler
https://github.com/kdeloach/gobundle

Last synced: about 1 month ago
JSON representation

Experimental JavaScript bundler

Awesome Lists containing this project

README

        

# 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](http://browserify.org/).

## Usage

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