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

gobble-cli

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gobble-cli

Command line interface for gobble

  • 0.8.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
100
increased by13.64%
Maintainers
2
Weekly downloads
 
Created
Source

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

Serving a project

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

# you could also do `gobble serve` - it's the same thing
gobble

To use a specific port:

gobble --port 1337
gobble -p 1337

Building a project

To 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

Build to a specific folder, and watch for changes

Like gobble build, except that the build will be updated whenever the source files change.

gobble watch out

License

MIT.

Keywords

FAQs

Package last updated on 27 Nov 2016

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