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
Copy file name to clipboardexpand all lines: README.md
+47-28
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
> Wrap words to a specified length.
4
4
5
+
Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support.
6
+
5
7
## Install
6
8
7
9
Install with [npm](https://www.npmjs.com/):
@@ -123,31 +125,26 @@ wrap(str, {cut: true});
123
125
124
126
## About
125
127
126
-
### Related projects
128
+
<details>
129
+
<summary><strong>Contributing</strong></summary>
127
130
128
-
*[common-words](https://www.npmjs.com/package/common-words): Updated list (JSON) of the 100 most common words in the English language. Useful for… [more](https://github.com/jonschlinkert/common-words) | [homepage](https://github.com/jonschlinkert/common-words"Updated list (JSON) of the 100 most common words in the English language. Useful for excluding these words from arrays.")
129
-
*[shuffle-words](https://www.npmjs.com/package/shuffle-words): Shuffle the words in a string and optionally the letters in each word using the… [more](https://github.com/jonschlinkert/shuffle-words) | [homepage](https://github.com/jonschlinkert/shuffle-words"Shuffle the words in a string and optionally the letters in each word using the Fisher-Yates algorithm. Useful for creating test fixtures, benchmarking samples, etc.")
130
-
*[unique-words](https://www.npmjs.com/package/unique-words): Return the unique words in a string or array. | [homepage](https://github.com/jonschlinkert/unique-words"Return the unique words in a string or array.")
131
-
*[wordcount](https://www.npmjs.com/package/wordcount): Count the words in a string. Support for english, CJK and Cyrillic. | [homepage](https://github.com/jonschlinkert/wordcount"Count the words in a string. Support for english, CJK and Cyrillic.")
131
+
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).
132
132
133
-
### Contributing
133
+
</details>
134
134
135
-
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).
135
+
<details>
136
+
<summary><strong>Running Tests</strong></summary>
136
137
137
-
### Contributors
138
+
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:
_(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.)_
153
150
@@ -157,26 +154,48 @@ To generate the readme, run the following command:
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:
159
+
### Related projects
163
160
164
-
```sh
165
-
$ npm install && npm test
166
-
```
161
+
You might also be interested in these projects:
162
+
163
+
*[common-words](https://www.npmjs.com/package/common-words): Updated list (JSON) of the 100 most common words in the English language. Useful for… [more](https://github.com/jonschlinkert/common-words) | [homepage](https://github.com/jonschlinkert/common-words"Updated list (JSON) of the 100 most common words in the English language. Useful for excluding these words from arrays.")
164
+
*[shuffle-words](https://www.npmjs.com/package/shuffle-words): Shuffle the words in a string and optionally the letters in each word using the… [more](https://github.com/jonschlinkert/shuffle-words) | [homepage](https://github.com/jonschlinkert/shuffle-words"Shuffle the words in a string and optionally the letters in each word using the Fisher-Yates algorithm. Useful for creating test fixtures, benchmarking samples, etc.")
165
+
*[unique-words](https://www.npmjs.com/package/unique-words): Returns an array of unique words, or the number of occurrences of each word in… [more](https://github.com/jonschlinkert/unique-words) | [homepage](https://github.com/jonschlinkert/unique-words"Returns an array of unique words, or the number of occurrences of each word in a string or list.")
166
+
*[wordcount](https://www.npmjs.com/package/wordcount): Count the words in a string. Support for english, CJK and Cyrillic. | [homepage](https://github.com/jonschlinkert/wordcount"Count the words in a string. Support for english, CJK and Cyrillic.")
0 commit comments