Skip to content

kohactive/stump-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stump CLI

Initialize a WordPress project based on the Stump theme

Installation

$ gem install stump-cli

Usage

stump-cli init NAME
See the Stump repo for theme usage

TODO

Contributing

  1. Fork it ( https://github.com/[my-github-username]/stump-cli/fork )
  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 a new Pull Request