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.5 to 0.1.6

2

devcycle.js

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

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