Tools for working with tangle apps
npm install tangle-app> Tools for working with tangle apps






tangle is a set of tools
for building web applications.
tangle-app implements the app subcommand for
tangle.
--option, -o [String] - An example option.
--help, -h - Display this message
# Executing app with no options
$ tangle-app
To rebuild & run the tests
$ git clone https://github.com/tanglejs/app.git
$ cd app
$ 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 app during development.
To contribute back, fork the repo and open a pull request with your changes.
Copyright (c) 2014 Logan Koester
Licensed under the MIT license.