Comparing version 0.1.16 to 0.1.17
{ | ||
"name" : "devcycle", | ||
"version" : "0.1.16", | ||
"version" : "0.1.17", | ||
"description" : "devcycle is command line interface that helps to move files from development to testing and testing to production", | ||
@@ -16,2 +16,6 @@ "url" : "http://vowsjs.org", | ||
}, | ||
"repository" : { | ||
"type": "git", | ||
"url": "https://github.com/oscmejia/devcycle" | ||
}, | ||
"scripts" : { | ||
@@ -18,0 +22,0 @@ "test": "./bin/devcyle -h" |
@@ -1,2 +0,3 @@ | ||
## DevCycle | ||
devcycle | ||
======== | ||
@@ -8,15 +9,28 @@ devcycle is command line interface that helps to move files from development | ||
**init: | ||
## Instalation | ||
One line instaltion witht [npm](http://npmjs.org). | ||
[sudo] npm install devcycle -g | ||
## Usage | ||
devcycle [command] [action] | ||
Commands: | ||
## init | ||
initialize project configuration | ||
**list | ||
## list | ||
list files in the development folder | ||
**stats | ||
## stats | ||
count files in each main folder | ||
**copyto [action] | ||
## copyto [action] | ||
copy files between folders. Valid actions are "test" and "prod" | ||
**snapshot [action] | ||
## snapshot [action] | ||
perform operations on local snapshots. Valid actions are "add" and "list" | ||
@@ -26,6 +40,6 @@ | ||
** development | ||
** testing | ||
** production | ||
** repository | ||
* development | ||
* testing | ||
* production | ||
* snapshots | ||
@@ -39,7 +53,10 @@ It's also under the assumtion that you will have all 4 folders under the same | ||
../my-app/production | ||
../my-app/repository | ||
../my-app/snapshots | ||
Type "devcycle -h" for an overview of the supported arguments. | ||
## Help | ||
Type the following for an overview of the supported arguments. | ||
devcycle -h | ||
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
11514
60
0
1