https://github.com/pvdb/git-conform
Conformity checking for git repositories
https://github.com/pvdb/git-conform
Last synced: over 1 year ago
JSON representation
Conformity checking for git repositories
- Host: GitHub
- URL: https://github.com/pvdb/git-conform
- Owner: pvdb
- License: mit
- Created: 2012-10-26T18:22:16.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T09:49:43.000Z (about 7 years ago)
- Last Synced: 2025-03-11T11:54:31.445Z (over 1 year ago)
- Language: Ruby
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Git::Conform
Conformity checking for git repositories
## Installation
Add this line to your application's Gemfile:
gem 'git-conform'
And then execute:
$ bundle
Or install it yourself as:
$ gem install git-conform
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it
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 new Pull Request