Skip to content

Commit

Permalink
Add README for Github
Browse files Browse the repository at this point in the history
  • Loading branch information
groundwater committed Jan 7, 2013
1 parent 052ecec commit 3af9823
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Binary Fusion

> Robust Application Development, and Distribution
## Installation

$ gem install binfuse
$ cd my/project
$ binfuse init

## Usage

NAME
binfuse -

SYNOPSIS
binfuse [global options] command [command options] [arguments...]

VERSION
0.0.1

GLOBAL OPTIONS
--version -

COMMANDS
init - Initialize a new Buildfile
create - Fuse a new image from the current Buildfile
test - Test a fused image
spawn - Attach and run a fused image
publish - ready and send a fused image to Amazon Web Services

## Inspirations and References

- [Pow](http://pow.cx/)
- [Awesome Command Line Apps](http://www.awesomecommandlineapps.com/)
- [Airbnb: Tech Talk - Ben Hindman](https://www.youtube.com/watch?v=Hal00g8o1iY)

0 comments on commit 3af9823

Please sign in to comment.