Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdeloach/gobundle
Experimental JavaScript bundler
https://github.com/kdeloach/gobundle
Last synced: about 1 month ago
JSON representation
Experimental JavaScript bundler
- Host: GitHub
- URL: https://github.com/kdeloach/gobundle
- Owner: kdeloach
- License: mit
- Created: 2015-08-19T22:17:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-15T16:02:12.000Z (almost 9 years ago)
- Last Synced: 2024-11-12T19:43:54.657Z (3 months ago)
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
```