New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

gobble-cli

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gobble-cli

Command line interface for gobble


Version published
Weekly downloads
86
decreased by-22.52%
Maintainers
1
Weekly downloads
 
Created

gobble-cli

The command line interface for Gobble, used for serving and building a project with a gobblefile.

Installation

npm i -g gobble-cli

Usage

Start a server and watch for changes, using the gobblefile.js in the current folder (or one of its ancestors).

gobble

To use a specific port:

gobble --port 1337
gobble -p 1337

Build the project to the out folder:

gobble build out

Set the --force flag to clear out the target folder if it exists and is not empty:

gobble build out --force
gobble build out -f

License

MIT.

Keywords

FAQs

Package last updated on 15 Oct 2014

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