Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lisposter committed Jul 3, 2014
1 parent 866aeb1 commit 1cf3a69
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ then, it will ask you to input a license type.
So, You really don't need to remember these arguments' requirements.


# Alternative

you can use the interactive way to choosing a license. just type the `license-gen` and press `Return` key.

and then, finish the questions prompted, you will get a license too.


# In the future.

Expand All @@ -57,4 +63,5 @@ So, You really don't need to remember these arguments' requirements.


# Info
Inspired by https://www.npmjs.org/package/license.
* Inspired by https://www.npmjs.org/package/license.
* license choosing flow is from http://paulmillr.com/posts/simple-description-of-popular-software-licenses/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "license-gen",
"version": "0.0.5",
"version": "0.1.0",
"description": "A interactive generator for opensouce license",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 1cf3a69

Please sign in to comment.