Skip to content
This repository has been archived by the owner on Jan 3, 2022. It is now read-only.

google-fabric/galley-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Galley

galley-cli

CLI frontend for Galley.

Latest version: 1.0.1 release!

Installation

$ npm install -g galley-cli

Use

The galley CLI tool will walk up the directory tree looking for a Galleyfile(.js) or symlink to one. The original Galleyfile should be in an NPM module that depends on the galley NPM package. This tool will use that galley implementation to run commands against the Galleyfile

As a step-saving measure, the galley CLI tool will install any missing NPM dependencies before running Galley.

See the Galley README for complete documentation on Galley.