Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

data-creatures

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

data-creatures

Hard data of RPG creatures

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Data-Creatures

NPM version Build status

Hard data of RPG creatures

Installation

npm install data-creatures --save

Usage

var data = require('data-creatures');
data();
// return all data
// orc
// elf
// minotaur
// ...


// All options
data({
	size:2, // amount
	plural:true, // return words in plural
})
// return 
// trolls
// elves

CLI

npm install data-creatures -g
Examples
	$ data-creatures
	elf

	$ data-creatures --plural
	elves

	$ 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

Contributing

Contributions are very welcome.
If you have any new creature that are not in the list please submit.
All the hard data are in data.js

Plural words are generated by the module blakeembrey/pluralize
Irregular rules should be registred.

License

MIT

Keywords

FAQs

Package last updated on 20 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc