Skip to content

guilhermepontes/module-pattern-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

♻️ Just a Module Pattern example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published