README.md in opensource-0.4.0 vs README.md in opensource-0.6.0

- old
+ new

@@ -1,8 +1,8 @@ ## Opensource.rb -Add an Opensource License to your project +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. ## Installation Add this line to your application's Gemfile: @@ -18,21 +18,26 @@ $ gem install opensource ## Usage ``` -opensource OPTIONS +Usage: opensource OPTIONS Specific options: + -s, --setup Setup user credentials in ~/.osrc file -l, --license LICENSE LICENSE can be 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> @@ -52,6 +57,6 @@ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.