Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/goliatone/gmodule
- Owner: goliatone
- License: mit
- Created: 2013-07-29T15:01:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-06T01:42:54.000Z (over 10 years ago)
- Last Synced: 2024-10-11T09:08:51.069Z (27 days ago)
- Language: JavaScript
- Size: 379 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-MIT
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)_