Skip to content

Instantly share code, notes, and snippets.

@aanand
Created February 16, 2014 00:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aanand/9027422 to your computer and use it in GitHub Desktop.
Save aanand/9027422 to your computer and use it in GitHub Desktop.
$ cat fig.yml
web:
build: ./web
command: npm ls
ports:
- 3000:3000
$ fig up
Recreating koafig_web_1...
Attaching to koafig_web_1
koafig_web_1 | web@0.0.0 /code
koafig_web_1 | ├─┬ koa@0.4.0
koafig_web_1 | │ ├─┬ accepts@1.0.1
koafig_web_1 | │ │ └── negotiator@0.4.1
koafig_web_1 | │ ├── co@3.0.2
koafig_web_1 | │ ├─┬ cookies@0.4.0
koafig_web_1 | │ │ └── keygrip@1.0.0
koafig_web_1 | │ ├── debug@0.7.4
koafig_web_1 | │ ├── delegates@0.0.3
koafig_web_1 | │ ├── finished@1.1.1
koafig_web_1 | │ ├── fresh@0.2.1
koafig_web_1 | │ ├── koa-compose@2.2.0
koafig_web_1 | │ ├── mime@1.2.11
koafig_web_1 | │ └── type-is@1.0.0
koafig_web_1 | ├─┬ koa-mount@1.2.3
koafig_web_1 | │ ├── debug@0.7.4
koafig_web_1 | │ └── koa-compose@2.1.0
koafig_web_1 | ├─┬ koa-router@3.0.2
koafig_web_1 | │ ├── debug@0.7.4
koafig_web_1 | │ ├── koa-compose@2.2.0
koafig_web_1 | │ ├── methods@0.1.0
koafig_web_1 | │ └── path-to-regexp@0.0.2
koafig_web_1 | └─┬ koa-session@1.2.1
koafig_web_1 | └── debug@0.7.4
koafig_web_1 |
^CGracefully stopping... (press Ctrl+C again to force)
Aborting.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment