Skip to content

Commit

Permalink
update README.md as no one is going to do that. Issue #1 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyasonu committed Nov 20, 2018
1 parent 9375a42 commit d10de81
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,30 @@
## Usage
```
Usage: nlt [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
add Add required files
config Configure Users
create-remote create a project on Github and add remote origin
```

#### Add required files

```
Usage: nlt add [OPTIONS]
Add required files
Options:
--license Add license to your project
--gitignore Add gitignore to your Project
--readme Addd README to your project
--help Show this message and exit.
```

#### Configure Users

```
Expand Down

1 comment on commit d10de81

@SubhrajitPrusty
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LOL

Please sign in to comment.