Skip to content

Commit 41797e8

Browse files
committed
fix(name): rename project
1 parent 701188b commit 41797e8

33 files changed

+674
-461
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ You may get feedback about what should be fixed/changed in your modified code.
6262

6363
<!--- References ============================================================================ -->
6464

65-
[url-dev-doc]: https://github.com/nodewell/optionry/blob/master/.github/DEVELOPMENT.md
66-
[url-issues]: https://github.com/nodewell/optionry/issues
65+
[url-dev-doc]: https://github.com/nodewell/optionist/blob/master/.github/DEVELOPMENT.md
66+
[url-issues]: https://github.com/nodewell/optionist/issues
6767
[url-style]: https://standardjs.com
6868
[arr-contrib-url]: https://docs.npmjs.com/files/package.json#people-fields-author-contributors
6969
[pull-req-url]: https://blog.github.com/2013-05-14-closing-issues-via-pull-requests

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# optionry
1+
# optionist
22

33
[![GitHub Release][badge-github]][url-github]
44
[![Travis CI][badge-travis]][url-travis]
@@ -12,12 +12,12 @@
1212
[![ISC License][badge-license-isc]][url-license-doc-isc]
1313
[![PRs Welcome][badge-contrib]][url-contrib-doc]
1414

15-
A powerful **option parser utility**, a.k.a. ***Options Weaponry***.
15+
A powerful **option parser utility**, a.k.a. ***Options Specialist***.
1616

1717
## Installation
1818

1919
```
20-
npm install optionry --save
20+
npm install optionist --save
2121
```
2222

2323
## Usage
@@ -35,26 +35,26 @@ npm install optionry --save
3535
<!--- References ============================================================================ -->
3636

3737
<!--- Badges -->
38-
[badge-github]: https://img.shields.io/github/release/nodewell/optionry.svg?style=social
39-
[badge-travis]: https://img.shields.io/travis/nodewell/optionry.svg?style=flat-square
40-
[badge-coverage]: https://img.shields.io/coveralls/github/nodewell/optionry.svg?style=flat-square
41-
[badge-greenkeeper]: https://badges.greenkeeper.io/nodewell/optionry.svg?style=flat-square
42-
[badge-docs]: https://inch-ci.org/github/nodewell/optionry.svg?branch=master&style=flat-square
38+
[badge-github]: https://img.shields.io/github/release/nodewell/optionist.svg?style=social
39+
[badge-travis]: https://img.shields.io/travis/nodewell/optionist.svg?style=flat-square
40+
[badge-coverage]: https://img.shields.io/coveralls/github/nodewell/optionist.svg?style=flat-square
41+
[badge-greenkeeper]: https://badges.greenkeeper.io/nodewell/optionist.svg?style=flat-square
42+
[badge-docs]: https://inch-ci.org/github/nodewell/optionist.svg?branch=master&style=flat-square
4343
[badge-license-isc]: https://img.shields.io/badge/license-ISC-blue.svg?style=flat-square
4444
[badge-contrib]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
4545
[badge-style]: https://img.shields.io/badge/style-standardjs-f3df49.svg?style=flat-square
4646
[badge-commit]: https://img.shields.io/badge/commit-commitizen-fe7d37.svg?style=flat-square
4747
[badge-release]: https://img.shields.io/badge/release-semantic--release-e10079.svg?style=flat-square
4848

4949
<!--- URLs -->
50-
[url-github]: https://github.com/nodewell/optionry
51-
[url-travis]: https://travis-ci.org/nodewell/optionry
52-
[url-coverage]: https://coveralls.io/github/nodewell/optionry?branch=master
50+
[url-github]: https://github.com/nodewell/optionist
51+
[url-travis]: https://travis-ci.org/nodewell/optionist
52+
[url-coverage]: https://coveralls.io/github/nodewell/optionist?branch=master
5353
[url-greenkeeper]: https://greenkeeper.io
54-
[url-docs]: https://inch-ci.org/github/nodewell/optionry
54+
[url-docs]: https://inch-ci.org/github/nodewell/optionist
5555
[url-style]: https://standardjs.com
5656
[url-commit]: http://commitizen.github.io/cz-cli
5757
[url-release]: https://semantic-release.gitbook.io/semantic-release
5858
[url-license-doc]: LICENSE.md
59-
[url-license-doc-isc]: https://github.com/nodewell/optionry/blob/master/LICENSE.md#isc-license
60-
[url-contrib-doc]: https://github.com/nodewell/optionry/blob/master/.github/CONTRIBUTING.md
59+
[url-license-doc-isc]: https://github.com/nodewell/optionist/blob/master/LICENSE.md#isc-license
60+
[url-contrib-doc]: https://github.com/nodewell/optionist/blob/master/.github/CONTRIBUTING.md

docs/API.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
## Modules
22

33
<dl>
4-
<dt><a href="#module_optionry">optionry</a></dt>
4+
<dt><a href="#module_optionist">optionist</a></dt>
55
<dd></dd>
6-
<dt><a href="#module_optionry/assign">optionry/assign</a></dt>
6+
<dt><a href="#module_optionist/assign">optionist/assign</a></dt>
77
<dd></dd>
8-
<dt><a href="#module_optionry/assign/method">optionry/assign/method</a></dt>
8+
<dt><a href="#module_optionist/assign/method">optionist/assign/method</a></dt>
99
<dd></dd>
10-
<dt><a href="#module_optionry/assign/property">optionry/assign/property</a></dt>
10+
<dt><a href="#module_optionist/assign/property">optionist/assign/property</a></dt>
1111
<dd></dd>
12-
<dt><a href="#module_optionry/assign/underscore">optionry/assign/underscore</a></dt>
12+
<dt><a href="#module_optionist/assign/underscore">optionist/assign/underscore</a></dt>
1313
<dd></dd>
14-
<dt><a href="#module_optionry/process/get">optionry/process/get</a></dt>
14+
<dt><a href="#module_optionist/process/get">optionist/process/get</a></dt>
1515
<dd></dd>
16-
<dt><a href="#module_optionry/process">optionry/process</a></dt>
16+
<dt><a href="#module_optionist/process">optionist/process</a></dt>
1717
<dd></dd>
1818
</dl>
1919

20-
<a name="module_optionry"></a>
20+
<a name="module_optionist"></a>
2121

22-
## optionry
23-
<a name="exp_module_optionry--module.exports"></a>
22+
## optionist
23+
<a name="exp_module_optionist--module.exports"></a>
2424

2525
### module.exports([options], [defaultOptions]) ⇒ <code>Object</code> ⏏
2626
Copies and merges options and default options into a new object.
@@ -43,13 +43,13 @@ Copies and merges options and default options into a new object.
4343
</tr> </tbody>
4444
</table>
4545

46-
<a name="module_optionry/assign"></a>
46+
<a name="module_optionist/assign"></a>
4747

48-
## optionry/assign
49-
<a name="module_optionry/assign/method"></a>
48+
## optionist/assign
49+
<a name="module_optionist/assign/method"></a>
5050

51-
## optionry/assign/method
52-
<a name="exp_module_optionry/assign/method--module.exports"></a>
51+
## optionist/assign/method
52+
<a name="exp_module_optionist/assign/method--module.exports"></a>
5353

5454
### module.exports(class_, [options], [defaultOptions]) ⏏
5555
Processes the given options and assigns them by calling the setter methods
@@ -79,10 +79,10 @@ Processes the given options and assigns them by calling the setter methods
7979
</tr> </tbody>
8080
</table>
8181

82-
<a name="module_optionry/assign/property"></a>
82+
<a name="module_optionist/assign/property"></a>
8383

84-
## optionry/assign/property
85-
<a name="exp_module_optionry/assign/property--module.exports"></a>
84+
## optionist/assign/property
85+
<a name="exp_module_optionist/assign/property--module.exports"></a>
8686

8787
### module.exports(class_, [options], [defaultOptions]) ⏏
8888
Processes the given options and assigns them by calling the setter properties
@@ -112,10 +112,10 @@ Processes the given options and assigns them by calling the setter properties
112112
</tr> </tbody>
113113
</table>
114114

115-
<a name="module_optionry/assign/underscore"></a>
115+
<a name="module_optionist/assign/underscore"></a>
116116

117-
## optionry/assign/underscore
118-
<a name="exp_module_optionry/assign/underscore--module.exports"></a>
117+
## optionist/assign/underscore
118+
<a name="exp_module_optionist/assign/underscore--module.exports"></a>
119119

120120
### module.exports(class_, [options], [defaultOptions]) ⏏
121121
Processes the given options and assigns them by setting the underscored properties
@@ -145,10 +145,10 @@ Processes the given options and assigns them by setting the underscored properti
145145
</tr> </tbody>
146146
</table>
147147

148-
<a name="module_optionry/process/get"></a>
148+
<a name="module_optionist/process/get"></a>
149149

150-
## optionry/process/get
151-
<a name="exp_module_optionry/process/get--module.exports"></a>
150+
## optionist/process/get
151+
<a name="exp_module_optionist/process/get--module.exports"></a>
152152

153153
### module.exports([option], [defaultOption]) ⇒ <code>\*</code> ⏏
154154
Returns the specific option of the processed options from a recursive Proxy.
@@ -175,10 +175,10 @@ Returns the specific option of the processed options from a recursive Proxy.
175175
</tr> </tbody>
176176
</table>
177177

178-
<a name="module_optionry/process"></a>
178+
<a name="module_optionist/process"></a>
179179

180-
## optionry/process
181-
<a name="exp_module_optionry/process--module.exports"></a>
180+
## optionist/process
181+
<a name="exp_module_optionist/process--module.exports"></a>
182182

183183
### module.exports([options], [defaultOptions]) ⇒ <code>Object</code> ⏏
184184
Processes the options and default options into a new recursive Proxy.

0 commit comments

Comments
 (0)