8000 GitHub - mhayes/foundation-cli: CLI for Foundation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mhayes/foundation-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foundation::Cli

NOTE: This is considered alpha, things may change without notice.

A CLI for creating and updating Foundation projects.

Installation

git clone git@github.com:mhayes/foundation-cli.git
bundle install
bundle exec rake install

Usage

Create a new project

foundation new my_awesome_project --version 4.3.2

Update a project

cd ~/Sites/my_awesome_app
foundation update --version 4.3.2

Compile assets

cd ~/Sites/my_awesome_app
foundation watch

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

CLI for Foundation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0