|
1 |
| -# copy [](https://www.npmjs.com/package/copy) [](https://npmjs.org/package/copy) [](https://travis-ci.org/jonschlinkert/copy) |
| 1 | +# copy [](https://www.npmjs.com/package/copy) [](https://npmjs.org/package/copy) [](https://npmjs.org/package/copy) [](https://travis-ci.org/jonschlinkert/copy) [](https://ci.appveyor.com/project/jonschlinkert/copy) |
2 | 2 |
|
3 |
| -Copy files or directories using globs. |
| 3 | +> Copy files or directories using globs. |
4 | 4 |
|
5 |
| -## TOC |
| 5 | +## Table of Contents |
6 | 6 |
|
7 | 7 | - [Install](#install)
|
8 | 8 | - [Usage](#usage)
|
9 | 9 | - [Examples](#examples)
|
10 | 10 | - [API](#api)
|
11 | 11 | - [CLI](#cli)
|
12 | 12 | - [History](#history)
|
13 |
| -- [Related projects](#related-projects) |
14 |
| -- [Contributing](#contributing) |
15 |
| -- [Building docs](#building-docs) |
16 |
| -- [Running tests](#running-tests) |
17 |
| -- [Author](#author) |
18 |
| -- [License](#license) |
| 13 | +- [About](#about) |
19 | 14 |
|
20 | 15 | _(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](https://github.com/jonschlinkert/markdown-toc))_
|
21 | 16 |
|
@@ -103,7 +98,7 @@ copy.each(['foo.txt', 'bar.txt', 'baz.txt'], 'dist', function(err, files) {
|
103 | 98 | });
|
104 | 99 | ```
|
105 | 100 |
|
106 |
| -### [.copy.one](index.js#L122) |
| 101 | +### [.copy.one](index.js#L132) |
107 | 102 |
|
108 | 103 | Copy a single `file` to the given `dest` directory, using the specified options and callback function.
|
109 | 104 |
|
@@ -158,51 +153,62 @@ $ copy *.js foo
|
158 | 153 |
|
159 | 154 | * The API was changed in 0.2.0. please review the [API documentation](#api)
|
160 | 155 |
|
161 |
| -## Related projects |
| 156 | +## About |
162 | 157 |
|
163 |
| -You might also be interested in these projects: |
| 158 | +### Related projects |
164 | 159 |
|
165 | 160 | * [expand-config](https://www.npmjs.com/package/expand-config): Expand tasks, targets and files in a declarative configuration. | [homepage](https://github.com/jonschlinkert/expand-config "Expand tasks, targets and files in a declarative configuration.")
|
166 | 161 | * [expand-files](https://www.npmjs.com/package/expand-files): Expand glob patterns in a declarative configuration into src-dest mappings. | [homepage](https://github.com/jonschlinkert/expand-files "Expand glob patterns in a declarative configuration into src-dest mappings.")
|
167 | 162 | * [expand-target](https://www.npmjs.com/package/expand-target): Expand target definitions in a declarative configuration. | [homepage](https://github.com/jonschlinkert/expand-target "Expand target definitions in a declarative configuration.")
|
168 | 163 | * [expand-task](https://www.npmjs.com/package/expand-task): Expand and normalize task definitions in a declarative configuration. | [homepage](https://github.com/jonschlinkert/expand-task "Expand and normalize task definitions in a declarative configuration.")
|
169 | 164 | * [export-files](https://www.npmjs.com/package/export-files): node.js utility for exporting a directory of files as modules. | [homepage](https://github.com/jonschlinkert/export-files "node.js utility for exporting a directory of files as modules.")
|
170 |
| -* [write](https://www.npmjs.com/package/write): Write files to disk, creating intermediate directories if they don't exist. | [homepage](https://github.com/jonschlinkert/write "Write files to disk, creating intermediate directories if they don't exist.") |
| 165 | +* [write](https://www.npmjs.com/package/write): Write data to a file, replacing the file if it already exists and creating any… [more](https://github.com/jonschlinkert/write) | [homepage](https://github.com/jonschlinkert/write "Write data to a file, replacing the file if it already exists and creating any intermediate directories if they don't already exist. Thin wrapper around node's native fs methods.") |
171 | 166 |
|
172 |
| -## Contributing |
| 167 | +### Contributing |
173 | 168 |
|
174 |
| -This document was generated by [verb-readme-generator](https://github.com/verbose/verb-readme-generator) (a [verb](https://github.com/verbose/verb) generator), please don't edit directly. Any changes to the readme must be made in [.verb.md](.verb.md). See [Building Docs](#building-docs). |
| 169 | +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). |
175 | 170 |
|
176 |
| -Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). Or visit the [verb-readme-generator](https://github.com/verbose/verb-readme-generator) project to submit bug reports or pull requests for the readme layout template. |
| 171 | +### Contributors |
177 | 172 |
|
178 |
| -## Building docs |
| 173 | +| **Commits** | **Contributor** | |
| 174 | +| --- | --- | |
| 175 | +| 61 | [jonschlinkert](https://github.com/jonschlinkert) | |
| 176 | +| 2 | [joakimbeng](https://github.com/joakimbeng) | |
| 177 | +| 1 | [bleathem](https://github.com/bleathem) | |
| 178 | +| 1 | [doowb](https://github.com/doowb) | |
| 179 | +| 1 | [gsantiago](https://github.com/gsantiago) | |
| 180 | +| 1 | [SoulRIver2015](https://github.com/SoulRIver2015) | |
179 | 181 |
|
180 |
| -Generate readme and API documentation with [verb](https://github.com/verbose/verb): |
| 182 | +### Building docs |
| 183 | + |
| 184 | +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ |
| 185 | + |
| 186 | +To generate the readme, run the following command: |
181 | 187 |
|
182 | 188 | ```sh
|
183 |
| -$ npm install -g verb verb-readme-generator && verb |
| 189 | +$ npm install -g verbose/verb#dev verb-generate-readme && verb |
184 | 190 | ```
|
185 | 191 |
|
186 |
| -## Running tests |
| 192 | +### Running tests |
187 | 193 |
|
188 |
| -Install dev dependencies: |
| 194 | +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: |
189 | 195 |
|
190 | 196 | ```sh
|
191 |
| -$ npm install -d && npm test |
| 197 | +$ npm install && npm test |
192 | 198 | ```
|
193 | 199 |
|
194 |
| -## Author |
| 200 | +### Author |
195 | 201 |
|
196 | 202 | **Jon Schlinkert**
|
197 | 203 |
|
198 | 204 | * [github/jonschlinkert](https://github.com/jonschlinkert)
|
199 |
| -* [twitter/jonschlinkert](http://twitter.com/jonschlinkert) |
| 205 | +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) |
200 | 206 |
|
201 |
| -## License |
| 207 | +### License |
202 | 208 |
|
203 |
| -Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert). |
204 |
| -Released under the [MIT license](https://github.com/jonschlinkert/copy/blob/master/LICENSE). |
| 209 | +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). |
| 210 | +Released under the [MIT License](LICENSE). |
205 | 211 |
|
206 | 212 | ***
|
207 | 213 |
|
208 |
| -_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on June 19, 2016._ |
| 214 | +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on September 01, 2017._ |
0 commit comments