copy-task  
> Copy a task and it's dependencies from one app to another.
Install
Install with
npm:
``sh
$ npm i copy-task --save
`
Usage
`js
var copy = require('copy-task');
`
API
$3
Copy a task and it's dependencies from one app to another.
Params
* from {Object}: app to copy the task from
* to {Object}: app to copy the task to
* name {String}: name of task to copy
Example
`js
copy(app1, app2, 'default');
`
Related projects
*
assemble: Assemble is a powerful, extendable and easy to use static site generator for node.js. Used…
more |
homepage*
assemble-core: The core assemble application with no presets or defaults. All configuration is left to the…
more |
homepage*
composer: API-first task runner with three methods: task, run and watch. |
homepage*
generate: Fast, composable, highly extendable project generator with a user-friendly and expressive API. |
homepage*
update: Easily keep anything in your project up-to-date by installing the updaters you want to use…
more |
homepage*
verb: Documentation generator for GitHub projects. Verb is extremely powerful, easy to use, and is used…
more |
homepageRunning tests
Install dev dependencies:
`sh
$ npm i -d && npm test
``
Contributing
Pull requests and stars are always welcome. For bugs and feature requests,
please create an issue.
Author
Brian Woodward+ github/doowb
+ twitter/doowb
License
Copyright © 2016
Brian WoodwardReleased under the MIT license.
*
_This file was generated by verb on January 23, 2016._
[assemble]: https://github.com/assemble/assemble
[assemble-core]: https://github.com/assemble/assemble-core
[composer]: https://github.com/jonschlinkert/composer
[generate]: https://github.com/generate/generate
[update]: https://github.com/update/update
[verb]: https://github.com/verbose/verb