Skip to content

nguyendangminh/app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

convox/app

Create a CloudFormation template from an app manifest.

This is a guide to developing the convox/app project. For detailed installation and usage instructions, see http://docs.convox.com/.

Development

$ go get github.com/convox/app
$ cd $GOPATH/src/github.com/convox/app
$ make test
$ make build

$ cat fixtures/web_postgis.yml | docker run -i convox/app
{
  "AWSTemplateFormatVersion": "2010-09-09",
  ...
}

Contributing

See Also

License

Apache 2.0 © 2015 Convox, Inc.

About

Create a CloudFormation template from an app manifest.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.6%
  • Makefile 0.4%