Home

Awesome

git-s3

The problem

With git-s3

Installation Build Status Coverage Status

A global installation of Composer is needed. git-s3 is installed globally.

$ composer global require schickling/git-s3:dev-master

Usage

After the installation run git-s3 config to initialize the app. All needed files (config, history) will be created in the current directory. That's it. A full example can be found here.

Configure / Initialize

Edit the config.yml file manually or run

$ git-s3 config

Deploy

$ git-s3 deploy

Coming soon

Support & Contribution

If you have an issue or an idea how to improve this project please open an Issue/Pull Request here