A simple cli command to help you calculate combinations and permutations
Just run the command gowmany and answer all the questions!!!
This command uses my gocap to do all the calculus. Feel free to use it in you projects!
Jaume Capdevila – @otherjaume – contact@jaumecapdevila.net
Distributed under the MIT license.
https://github.com/jaumecapdevila/gocap
- Fork it (https://github.com/jaumecapdevila/gocap/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request