Comparing version 0.1.5 to 0.1.6
@@ -12,3 +12,3 @@ var program = require('commander'); | ||
program | ||
.version('0.1.5') | ||
.version('0.1.6') | ||
.option('-c, --create', 'Create Folder') | ||
@@ -15,0 +15,0 @@ .option('-t, --test', 'Move To Testing') |
{ | ||
"name": "devcycle", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "devcycle is command line interface that helps to move files from development to testing and testing to production", | ||
@@ -21,2 +21,5 @@ "main": "devcycle.js", | ||
], | ||
"bin": { | ||
"devcycle": "./devcycle" | ||
}, | ||
"author": { | ||
@@ -23,0 +26,0 @@ "name": "Oscar Mejia", |
@@ -0,1 +1,3 @@ | ||
## DevCyle | ||
devcycle is command line interface that helps to move files from development | ||
@@ -5,12 +7,12 @@ to testing and testing to production | ||
* Create folder | ||
* Move to Testing folder | ||
* Move to Deployment folder | ||
* List all file in testing folders | ||
** * Create folder | ||
** * Move to Testing folder | ||
** * Move to Deployment folder | ||
** * List all file in testing folders | ||
This CLI uses as default the following names for your folders: | ||
development | ||
testing | ||
production | ||
** development | ||
** testing | ||
** production | ||
@@ -17,0 +19,0 @@ It's also under the assumtion that you will have all 3 folders under the same |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3991
30