Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/goliatone/gmodule

Simple JS module implementation
https://github.com/goliatone/gmodule

Last synced: 4 days ago
JSON representation

Simple JS module implementation

Awesome Lists containing this project

README

        

# Gmodule

[![Build Status](https://secure.travis-ci.org/goliatone/gmodule.png)](http://travis-ci.org/goliatone/gmodule)

Simple javascript generic module implementation.

## Getting Started
Download the [production version][min] or the [development version][max].

[min]: https://raw.github.com/goliatone/gmodule/master/dist/gmodule.min.js
[max]: https://raw.github.com/goliatone/gmodule/master/dist/gmodule.js

## Development
`sudo npm install && bower install`

##Bower
>Bower is a package manager for the web. It offers a generic, unopinionated solution to the problem of front-end package management, while exposing the package dependency model via an API that can be consumed by a more opinionated build stack. There are no system wide dependencies, no dependencies are shared between different apps, and the dependency tree is flat.

## Documentation
_(Coming soon)_

## Examples
_(Coming soon)_

## Release History
_(Nothing yet)_