macr0t

Usage

Generates a project name in the form <PREFIX><NUMBER><LETTER>. Probably the same terrible method neo4j used to determine their name.

  $ bin/macr0t [OPTION | COUNT]

    OPTION:
    -h, --help        show this help
    -c, --continuous  continuously run until ^C

    COUNT             how many names to generate
                      (defaults to 1)

Contributing

  1. Fork it ( https://github.com/willamin/macr0t/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors