Introduction
- Cascade is a highly extensible library that provides a simple interface for interacting with various storage backends.
Documentation
Contributing
Please send pull requests to develop branch (not master branch).
General workflow:
- Fork this repository
- Create your feature branch from
developbranch (git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Send a pull request to
developbranch
