Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

zygo

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zygo

CLI wrapper around the zygo server API.

latest
Source
npmnpm
Version
0.3.6
Version published
Maintainers
1
Created
Source

Zygo CLI

A simple wrapper around the zygo server API.

Installation

npm install zygo-cli -g

Usage

zygo [options] zygo.json

Options can be any of:

  • --serve/-s
    Spin up a server instance for the given zygo app. To override the port specified in zygo.json, use --port/-p.

  • --bundle/-b
    Manually bundle the given zygo app. To override the build directory specified in zygo.json, use --dir/-d.

  • --unbundle/-u
    Manually unbundle the given zygo app.

  • --setmode/-m
    Set the application environment. Accepts one of two parameters: dev[elopment] or prod[uction].

  • --init
    Walks through a basic zygo application setup.

  • --version/-v
    Outputs the current zygo-cli version.

Keywords

zygo

FAQs

Package last updated on 13 Feb 2015

Did you know?

Socket

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