Get a random name for your next sprint
This project uses node and npm.
$ npm install sprint-namer
$ # OR
$ yarn add sprint-namer
const getSprintName = require('sprint-namer')
console.log(getSprintName()) // poorly creepy Goku
console.log(getSprintName({adverbs: []})) // big-headed Zuckerberg
- Fork it and create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request
MIT