Skip to content

ezavile/doggy-names

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doggy-names

Travis Codecov npm

Funny library to get random doggy names

Installation

npm install doggy-names

Usage

var doggyNames = require('doggy-names');

var all = doggyNames.all();
var randomName = doggyNames.random();
var orderedNames = doggyNames.sort();

Testing

This will build scripts, run tests and generate a code coverage report. Anything less than 100% coverage will throw an error.

npm test

Contributing

  • ⇄ Pull requests and ★ Stars are always welcome.
  • For bugs and feature requests, please create an issue.
  • Pull requests must be accompanied by passing automated tests (npm test).

About

Funny library to get random doggy names

Resources

License

Stars

Watchers

Forks

Packages

No packages published