Daml / skeleton-coffeelib

Template for a coffee library that can be used as a regular node/npm module and bundled (with modular multiples targets) + minified for browsers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build requires :

- Makefile
- git
- a valid node & npm installation
- npm packages coffee-script, uglify-js, docco

Commands :

    make install   : Install npm packages and build lib

    make lib       : Build Node library [default]
    make dist      : Build DOM library

    make doc       : Build documentation

    make clean     : Clean lib, build, doc
    make clean_all : clean + node_modules + dist !!

About

Template for a coffee library that can be used as a regular node/npm module and bundled (with modular multiples targets) + minified for browsers.


Languages

Language:CoffeeScript 100.0%