Project

nsc

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
angular commits minus stuff
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0

Runtime

~> 0.5.7
~> 0.2.1
~> 0.5.1
~> 0.19.1
 Project Readme

nsc

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!

License

The gem is available as open source under the terms of the MIT License.