# counsel-rule-copy

> copy files/folders from a counsel project into a target project.

Latest version **0.5.2** (published 2017-09-28) · ISC license · 0 weekly downloads

## Install

```sh
npm install counsel-rule-copy
pnpm add counsel-rule-copy
yarn add counsel-rule-copy
bun add counsel-rule-copy
```

## 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.5.2 |
| Published | 2017-09-28 |
| First published | 2017-09-22 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | cdaringe |
| Maintainers | cdaringe |

## Links

- npm: https://www.npmjs.com/package/counsel-rule-copy
- Repository: https://github.com/cdaringe/counsel
- Homepage: https://cdaringe.github.io/counsel/
- Issues: https://github.com/cdaringe/counsel/issues
- npm.io page: https://npm.io/package/counsel-rule-copy

## Dependencies (2)

- [fs-extra](https://npm.io/package/fs-extra.md) ^4.0.1
- [counsel-rule](https://npm.io/package/counsel-rule.md) ^0.5.2

## Recent versions

- 0.5.2 (latest) — 2017-09-28
- 0.5.1 — 2017-09-22
- 0.5.0 — 2017-09-22

## README

# counsel-rule-copy

copy files/folders from a counsel rule project into a target project.

## example

- create your rule

```js
'use strict'

const CopyRule = require('counsel-rule-copy')

module.exports = new CopyRule({
  src: '/absolute/path/to/thing',
  dest: '<path>/to/thing',
  // if dest is relative, it is relative to the target
  // project's root directory.
})
```

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