https://github.com/tonik/cli
Simple CLI for initiating themes based on Tonik WordPress Starter Theme.
https://github.com/tonik/cli
cli wordpress wordpress-development wordpress-php-library
Last synced: 10 months ago
JSON representation
Simple CLI for initiating themes based on Tonik WordPress Starter Theme.
- Host: GitHub
- URL: https://github.com/tonik/cli
- Owner: tonik
- License: mit
- Archived: true
- Created: 2017-01-23T10:29:38.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2019-07-23T13:41:08.000Z (over 6 years ago)
- Last Synced: 2025-03-16T06:20:41.324Z (11 months ago)
- Topics: cli, wordpress, wordpress-development, wordpress-php-library
- Language: PHP
- Homepage: http://labs.tonik.pl/theme/
- Size: 134 KB
- Stars: 10
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Tonik — CLI
[](https://travis-ci.org/tonik/cli) [](https://coveralls.io/github/tonik/cli?branch=develop)
### Simple CLI for initiating themes based on [Tonik WordPress Starter Theme](https://github.com/tonik/tonik).
### Documentation
Comprehensive documentation is available at http://labs.tonik.pl/theme/
## Installing
You can install package via Composer.
```bash
# Install composer dependencies.
$ composer require tonik/cli
```
## Usage
Package provides binary script inside Composer `vendor` directory which you can run by typing:
```bash
# Run setup wizard.
$ vendor/bin/tonik
```
## Contributing
Great that you are considering supporting the project. You have a lot of ways to help us grow. We appreciate all contributions, even the smallest.
- Report an issue
- Propose a feature
- Send a pull request
- Star project on the [GitHub](https://github.com/tonik/cli)
- Tell about project around your community
## License
Licensed under the [MIT license](http://opensource.org/licenses/MIT).