guilhermepontes / module-pattern-example

:recycle: Just a Module Pattern example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Module Pattern Example

A simple boilerplate that uses Module Design Pattern.

Installation

Clone into your project.

git clone git@github.com:guilhermepontes/module-pattern-example.git

Usage

MyApp.init();

Testing

Install dependencies:

  npm install

And then test:

  npm test

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Make or fix tests.
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request :D

About

:recycle: Just a Module Pattern example

License:Apache License 2.0


Languages

Language:JavaScript 100.0%