CreateAwesomeReadme
This is an attempt to create a gem which helps GitHub users to create awesome README.md files. It should help them create consistent and detailed READMEs with a template which they edit with appropriate details.
Installation
Add this line to your application's Gemfile:
gem 'create_awesome_readme'
And then execute:
$ bundle
Or install it yourself as:
$ gem install create_awesome_readme
Usage
$ create_awesome_readme
Contributing
- Fork it ( https://github.com/[my-github-username]/create_awesome_readme/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 a new Pull Request