Skip to content
This repository has been archived by the owner on Feb 18, 2018. It is now read-only.
/ mugs Public archive

Mugs is a immutable collections library for JavaScript written in Coffeescript

License

Notifications You must be signed in to change notification settings

mads-hartmann/mugs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mugs

Mugs is a immutable collections library for JavaScript written in Coffeescript. It is the product of the Bachelors project by Mads Hartmann Jensen.

Building it

You need to have coffeescript and cake installed

Simple run

cake build 

Now you should be able to run the files in examples/client-side/.

Running the tests

Qunit

First you can you compile the coffeescript into javascript. Simply run 'cake build'. Now point your favorite browser at test/index.html and what the result of running all of the qunit tests

JSCoverage

As above you need to run 'cake build' followed by 'cake jscoverage'. Now point your browser at http://127.0.0.1:8080/jscoverage.html?test/index.html to see the coverage of running the tests.

About

Mugs is a immutable collections library for JavaScript written in Coffeescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published