sprint-namer

Get a random name for your next sprint


Keywords
sprint, sprint-name, generator, namer, random
License
MIT
Install
npm install sprint-namer@1.0.0

Documentation

sprint-namer

package version package downloads standard-readme compliant package license make a pull request

Get a random name for your next sprint

Table of Contents

Install

This project uses node and npm.

$ npm install sprint-namer
$ # OR
$ yarn add sprint-namer

Usage

const getSprintName = require('sprint-namer')

console.log(getSprintName()) // poorly creepy Goku
console.log(getSprintName({adverbs: []})) // big-headed Zuckerberg

Contribute

  1. Fork it and create your feature branch: git checkout -b my-new-feature
  2. Commit your changes: git commit -am 'Add some feature'
  3. Push to the branch: git push origin my-new-feature
  4. Submit a pull request

License

MIT