tangle-util
v0.1.0
Published
Utility belt for TangleJS internals
Downloads
3
Readme
tangle-util
Utility belt for TangleJS internals
Overview
tangle is a set of tools for building web applications.
util
implements a handful of utility functions used internally by TangleJS and various plugins.
Contributing
The test suite is implemented with nodeunit and nixt.
To rebuild & run the tests
$ git clone https://github.com/tanglejs/util.git
$ cd util
$ npm install
$ grunt test
You can use grunt watch
to automatically rebuild and run the test suite when
files are changed.
Use npm link
from the project directory to tell tangle
to use
your modified util
during development.
To contribute back, fork the repo and open a pull request with your changes.
License
Copyright (c) 2014 Logan Koester Licensed under the MIT license.