Noir is utility commands for atton.
$ gem install noir
$ noir <command> [sub-command...] [args-for-command]
Add this code in .zshrc
if which noir >& /dev/null; then eval "$(noir init zsh)"; fi
- Fork it ( http://github.com/atton/noir/fork )
- 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
) - Create new Pull Request