README.md in opensource-0.6.0 vs README.md in opensource-0.6.1
- old
+ new
@@ -1,9 +1,18 @@
-## Opensource.rb
+# OpenSource
-Add an Opensource License to your project. Helps get rid of the annoyance of adding a new license to the project and optionally append the content of the license to the README.md file.
+[](https://codeclimate.com/github/mohnish/opensource.rb)
+Command line tool that lets you add an open source license to your project by running a simple command.
+
+## Supported Licenses
+
+- MIT
+- Apache 2
+- BSD 3 Clause
+- GPL 3
+
## Installation
Add this line to your application's Gemfile:
```ruby
@@ -22,26 +31,22 @@
```
Usage: opensource OPTIONS
Specific options:
-s, --setup Setup user credentials in ~/.osrc file
- -l, --license LICENSE LICENSE can be mit
+ -l, --license LICENSE LICENSE can be apache2|bsd|gpl3|mit
-a, --append README Append LICENSE content to README file
Common options:
-v, --version Print the version
-h, --help Show this message
```
-### TODO
-
-- Currently only MIT is supported. Need to add support for other open source licenses like Apache, GPL, BSD etc
-
## License
(The MIT License)
-Copyright (c) 2014 Mohnish Thallavajhula <i@mohni.sh>
+Copyright (c) 2015 Mohnish Thallavajhula <i@mohni.sh>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,