NOTE: This is considered alpha, things may change without notice.
A CLI for creating and updating Foundation projects.
git clone git@github.com:mhayes/foundation-cli.git
bundle install
bundle exec rake install
foundation new my_awesome_project --version 4.3.2
cd ~/Sites/my_awesome_app
foundation update --version 4.3.2
cd ~/Sites/my_awesome_app
foundation watch
- Fork it
- Create your feature branch (
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
) - Create new Pull Request