Open Sourcery - Tools for open source project management.
Add this line to your application's Gemfile:
gem 'osrcry'
And then execute:
$ bundle
Or install it yourself as:
$ gem install osrcry
To generate an updated LICENSE.md (will update year-range of copyright if needed):
$ osrcry license
To generate a default CONTRIBUTING.md:
$ osrcry contributing
To generate an up to date CONTRIBUTORS.md:
$ osrcry contributors
To lookup stale issues (years, months, weeks or days old):
$ osrcry stale years
$ osrcry stale months
$ osrcry stale weeks
$ osrcry stale days
Additionally, you may list multiple commands to do them all in one command.
- Ask specific questions on Stack Overflow.
- Report bugs and discuss potential features in Github issues.
Please refer to CONTRIBUTING.md.
Please refer to LICENSE.md.