Socket
Socket
Sign inDemoInstall

devcycle

Package Overview
Dependencies
5
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    devcycle

devcycle is command line interface that helps to move files from development to testing and testing to production


Version published
Weekly downloads
32
Maintainers
1
Install size
222 kB
Created
Weekly downloads
 

Readme

Source

devcycle

Devcycle is command line interface that helps to move files from development to testing and testing to production. Right now, the following comands are supported:

Instalation

One line instaltion with npm.

[sudo] npm install devcycle -g

Usage

devcycle [command] [action]

Commands:

create [projectname]

create an empty project. Provide the name of the project and all files and folders will be created.

init

initialize project configuration. Execute this command from within your application's folder. Al required folders and files will be created.

list

list files in the development folder

stats

count files in each main folder

copyto [action]

copy files between folders. Valid actions are "test" and "prod"

snapshot [action]

perform operations on local snapshots. Valid actions are "add" and "list"

This CLI uses as default the following names for your folders:

  • development
  • testing
  • production
  • snapshots

It's also under the assumtion that you will have all 4 folders under the same folder, for instance if you application's name is "my-app", your folder estructure will look like this:

../my-app/development ../my-app/testing ../my-app/production ../my-app/snapshots

Help

Type the following for an overview of the supported arguments.

	devcycle -h

Keywords

FAQs

Last updated on 07 Aug 2012

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc