Sha256: 20a309fdde10b7e3a2c48b287e91556eb0ad4eed7121b3d72ce72ce73385e025

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

# osrcry

Open Sourcery - Tools for open source project management.

## Installation

Add this line to your application's Gemfile:

    gem 'oscrcy'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install oscrcy

## Usage

To generate an updated LICENSE.md (will update year-range of copyright if needed):

    $ osrcry license

To generate an updated 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

## Getting Help

<!-- * [General Documentation](http://geemus.github.io/osrcry). -->
* Ask specific questions on [Stack Overflow](http://stackoverflow.com/questions/tagged/osrcry).
* Report bugs and discuss potential features in [Github issues](https://github.com/geemus/osrcry/issues).

## Contributing

Please refer to [CONTRIBUTING.md](https://github.com/geemus/osrcry/blob/master/CONTRIBUTING.md).

## License

Please refer to [LICENSE.md](https://github.com/geemus/osrcry/blob/master/LICENSE.md).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
osrcry-0.0.1 README.md