From 0e9db5c20e962240ecc7570083bac80317bb42c2 Mon Sep 17 00:00:00 2001 From: Bharat Mhaskar Date: Mon, 27 Jun 2016 10:59:46 +0530 Subject: [PATCH] Added NPM package installation doc in README.md --- README.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f91db92..857790b 100644 --- a/README.md +++ b/README.md @@ -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" diff --git a/package.json b/package.json index 680f18e..2a08e30 100644 --- a/package.json +++ b/package.json @@ -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": {