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
- prompt user if dir already exists where they are trying to init
- remove default themes
- install plugins (acf, ?)
- add link to theme usage instructions in output
- run
npm install
andgrunt
?
Contributing
- Fork it ( https://github.com/[my-github-username]/stump-cli/fork )
- 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 a new Pull Request