Skip to content

tanglejs/plugin

Repository files navigation

tangle-plugin

A tangle plugin for managing tangle plugins

Strider Build Status Travis Build Status Dependency Status devDependency Status Gittip

NPM

Overview

tangle is a set of tools for building web applications.

A TangleJS plugin is any npm module that includes 'tangle-plugin' in the keywords array of its package.json.

Unlike Bower components or other npm modules, plugins are extensions to the TangleJS system, not to your projects. Most plugins provide some additional subcommand of tangle for you to work with.

Usage

--option, -o [String] - An example option.
--help, -h - Display this message

Contributing

To rebuild & run the tests

$ mkdir tanglejs
$ cd tanglejs
$ git clone https://github.com/tanglejs/new-plugin.git
$ cd new
$ 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 tangle-new-plugin 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.

About

A tangle plugin for managing tangle plugins

Resources

License

Stars

Watchers

Forks

Packages

No packages published