You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# copyright-regex [](https://www.npmjs.com/package/copyright-regex)[](https://npmjs.org/package/copyright-regex)[](https://npmjs.org/package/copyright-regex)[](https://travis-ci.org/regexhq/copyright-regex)
2
2
3
3
> Regex for matching and parsing copyright statements.
4
4
5
5
## Install
6
6
7
-
Install with [npm](https://www.npmjs.com/)
7
+
Install with [npm](https://www.npmjs.com/):
8
8
9
9
```sh
10
-
$ npm i copyright-regex --save
10
+
$ npm install --save copyright-regex
11
11
```
12
12
13
13
## Usage
@@ -26,35 +26,51 @@ var matches = str.match(regex());
26
26
// matches[5] => 'Jon Schlinkert'
27
27
```
28
28
29
-
## Related projects
29
+
## About
30
30
31
-
*[parse-copyright](https://github.com/jonschlinkert/parse-copyright): Parse copyright statement(s) into an array of copyright objects.
32
-
*[update-copyright](https://github.com/jonschlinkert/update-copyright): Update the copyright statement in a string based on globally stored template and values.
31
+
### Contributing
33
32
34
-
## Running tests
33
+
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).
_(This document was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme) (a [verb](https://github.com/verbose/verb) generator), please don't edit the readme directly. Any changes to the readme must be made in [.verb.md](.verb.md).)_
47
+
48
+
To generate the readme and API documentation with [verb](https://github.com/verbose/verb):
37
49
38
50
```sh
39
-
$ npm i -d &&npm test
51
+
$ npm install -g verb verb-generate-readme &&verb
40
52
```
41
53
42
-
##Contributing
54
+
### Running tests
43
55
44
-
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/regexps/copyright-regex/issues/new)
0 commit comments