nsc: (420) No Scope Commits
This is a small gem intended to help you commit in the Angular Commit style, but without the commit scope (since we think it's mostly useless). It's modeled after the great NPM package commitizen, but does not require any sort of configuration (since it's already really opinionated).
gem install nsc
Now you can add your files, and then generate a commit using:
nsc c # OR
nsc commit # OR JUST
nsc
If you're too lazy to add the files everytime, nsc
can do that too! Just run:
nsc c -a # and all other variations
, and nsc
will run git add --all
before generating your commit! MAGIC!
The gem is available as open source under the terms of the MIT License.