# copy-task

> Copy a task and it's dependencies from one app to another.

Latest version **0.1.0** (published 2016-01-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install copy-task
pnpm add copy-task
yarn add copy-task
bun add copy-task
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2016-01-23 |
| First published | 2016-01-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Brian Woodward |
| Maintainers | doowb |
| Keywords | assemble, assemble-core, composer, copy, core, generate, task, tasks, update, verb |

## Links

- npm: https://www.npmjs.com/package/copy-task
- Repository: https://github.com/doowb/copy-task
- Issues: https://github.com/doowb/copy-task/issues
- npm.io page: https://npm.io/package/copy-task

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 0.1.0 (latest) — 2016-01-23

## README

# copy-task [![NPM version](https://img.shields.io/npm/v/copy-task.svg)](https://www.npmjs.com/package/copy-task) [![Build Status](https://img.shields.io/travis/doowb/copy-task.svg)](https://travis-ci.org/doowb/copy-task)

> Copy a task and it's dependencies from one app to another.

## Install
Install with [npm](https://www.npmjs.com/):

```sh
$ npm i copy-task --save
```

## Usage

```js
var copy = require('copy-task');
```

## API

### [copy](index.js#L23)
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](https://www.npmjs.com/package/assemble): Assemble is a powerful, extendable and easy to use static site generator for node.js. Used… [more](https://www.npmjs.com/package/assemble) | [homepage](https://github.com/assemble/assemble)
* [assemble-core](https://www.npmjs.com/package/assemble-core): The core assemble application with no presets or defaults. All configuration is left to the… [more](https://www.npmjs.com/package/assemble-core) | [homepage](https://github.com/assemble/assemble-core)
* [composer](https://www.npmjs.com/package/composer): API-first task runner with three methods: task, run and watch. | [homepage](https://github.com/jonschlinkert/composer)
* [generate](https://www.npmjs.com/package/generate): Fast, composable, highly extendable project generator with a user-friendly and expressive API. | [homepage](https://github.com/generate/generate)
* [update](https://www.npmjs.com/package/update): Easily keep anything in your project up-to-date by installing the updaters you want to use… [more](https://www.npmjs.com/package/update) | [homepage](https://github.com/update/update)
* [verb](https://www.npmjs.com/package/verb): Documentation generator for GitHub projects. Verb is extremely powerful, easy to use, and is used… [more](https://www.npmjs.com/package/verb) | [homepage](https://github.com/verbose/verb)

## Running 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](https://github.com/doowb/copy-task/issues/new).

## Author
**Brian Woodward**

+ [github/doowb](https://github.com/doowb)
+ [twitter/doowb](http://twitter.com/doowb)

## License
Copyright © 2016 [Brian Woodward](https://github.com/doowb)
Released under the MIT license.

***

_This file was generated by [verb](https://github.com/verbose/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

---
_Source: https://npm.io/package/copy-task · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
