Skip to content

tiaanduplessis/sprint-namer

Repository files navigation

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

About

Get a random name for your next sprint

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published