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

google-fabric/galley-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

galley-template

Use this template repo to get started with Galley:

$ npm install -g galley-cli
$ git clone https://github.com/twitter-fabric/galley-template.git
$ cd galley-template
$ galley run demo.dev

Using the template

You’ll need to symlink the Galleyfile.js from this directory to the root of your local source repositories. Then, edit the Galleyfile to describe the services in your system. See the Galley README for information on the Galleyfile format.

You will want to commit this repo to your own team’s source control, then have your teammates clone it, install galley-cli, and make the symlink.

Updating galley

The galley CLI tool uses the galley NPM dependency from your Galleyfile directory’s package.json. To upgrade to a new version of galley, run:

$ npm install --save galley
$ npm shrinkwrap

And then check in the changes. The galley CLI tool automatically installs missing NPM dependencies when it starts, so your teammates just need to pull this repo to get the upgrade.

About

Starting point for a Galleyfile package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published