data-creatures
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "data-creatures", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Hard data of RPG creatures", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -45,17 +45,17 @@ # Data-Creatures | ||
Examples | ||
$ data-creatures | ||
elf | ||
$ data-creatures | ||
elf | ||
$ data-creatures --plural | ||
elves | ||
$ data-creatures --plural | ||
elves | ||
$ data-creatures --all | ||
orc | ||
elf | ||
... | ||
$ data-creatures --all | ||
orc | ||
elf | ||
... | ||
Options | ||
--all Get all the words instead of a random word | ||
--size Get this amount of words | ||
--plural Get words in plural | ||
--all Get all the words instead of a random word | ||
--size Get this amount of words | ||
--plural Get words in plural | ||
``` | ||
@@ -76,10 +76,8 @@ | ||
[npm-image]: https://img.shields.io/npm/v/data-creatures.svg?style=flat | ||
[npm-image]: https://img.shields.io/npm/v/data-creatures.svg?style=flat-square | ||
[npm-url]: https://npmjs.org/package/data-creatures | ||
[downloads-image]: https://img.shields.io/npm/dm/data-creatures.svg?style=flat | ||
[downloads-url]: https://npmjs.org/package/data-creatures | ||
[travis-image]: https://img.shields.io/travis/blakeembrey/data-creatures.svg?style=flat | ||
[travis-url]: https://travis-ci.org/blakeembrey/data-creatures | ||
[travis-image]: https://img.shields.io/travis/webcaetano/data-creatures.svg?style=flat-square | ||
[travis-url]: https://travis-ci.org/webcaetano/data-creatures | ||
<!-- [coveralls-image]: https://img.shields.io/coveralls/blakeembrey/data-creatures.svg?style=flat | ||
[coveralls-url]: https://coveralls.io/r/blakeembrey/data-creatures?branch=master | ||
--> |
5378
82