0.8.0 • Published 7 years ago

gobble-cli v0.8.0

Weekly downloads
742
License
MIT
Repository
github
Last release
7 years ago

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.

0.8.0

7 years ago

0.7.0

8 years ago

0.6.0

9 years ago

0.5.0

9 years ago

0.4.4

9 years ago

0.4.3

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.5

9 years ago

0.3.4

9 years ago

0.3.3

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.11

9 years ago

0.2.10

10 years ago

0.2.9

10 years ago

0.2.8

10 years ago

0.2.7

10 years ago

0.2.6

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.1.0

10 years ago