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

cityjs-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cityjs-cli

CityJS command line tool

  • 0.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

CityJS cli Build Status

CityJS command line tool.

Usage

Install cityjs-cli:

npm install cityjs-cli

Usage: cityjs <command> [options]

Available commands:

  • init
  • update
  • start
  • install
  • build
  • publish

Options:

-h, --help           output usage information
-V, --version        output the version number
-d, --directory [path]  set output directory

Init

CityJS website generation.

Usage: cityjs init <git repo> [options]

Options:

-d, --directory [path]  working directory
-n, --name [name]       application or package name
-g, --github_pages      use `gh-pages` branch

Update

Pulls all changes from remote repo.

Usage: cityjs update [options]

Options:

-d, --directory [path]  working directory

Install

Installs given package. Available packages listed at https://github.com/openconf/packages

Usage: cityjs install <package> [options]

Options:

-d, --directory [path]  working directory

Start

Starts developer server (Coffee compiler, livereload, etc.).

Usage: cityjs start [options]

Options:

-d, --directory [path]  working directory

Build

Builds application.

Usage: cityjs build [options]

Options:

-d, --directory [path]  working directory

Publish

Commits all changes and pushes to remote repo.

Usage: cityjs publish [options]

Options:

-d, --directory [path]  working directory

Keywords

FAQs

Package last updated on 04 Apr 2013

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

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