Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

devcycle

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devcycle - npm Package Compare versions

Comparing version 0.1.16 to 0.1.17

6

package.json
{
"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"

41

README.md

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc