Skip to content

Commit

Permalink
Merge pull request #1 from bmhaskar/develop
Browse files Browse the repository at this point in the history
Added NPM package installation doc in README.md
  • Loading branch information
bmhaskar committed Jun 27, 2016
2 parents 798974e + 0e9db5c commit 479c149
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ via YAML config.

## Installation

To install it via npm, mention it in package.json shown below
To install it via npm

```javascript
npm install dynamic_cli_creator
```

Another way is to mention it in package.json shown below
```json
"dependencies": {
"dynamic_cli_creator" : "git://github.com/bmhaskar/DynamicCLI.git#master"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamic_cli_creator",
"version": "1.0.0",
"version": "0.0.1-a",
"description": "It creates CLI, by reading commands from YAML files and allows for integrating external libraries in command execution.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 479c149

Please sign in to comment.