Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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
- Created: 2017-01-23T10:29:38.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2019-07-23T13:41:08.000Z (over 5 years ago)
- Last Synced: 2024-10-31T19:37:09.753Z (2 months ago)
- Topics: cli, wordpress, wordpress-development, wordpress-php-library
- Language: PHP
- Homepage: http://labs.tonik.pl/theme/
- Size: 134 KB
- Stars: 10
- Watchers: 7
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Tonik — CLI
[![Build Status](https://travis-ci.org/tonik/cli.svg?branch=develop)](https://travis-ci.org/tonik/cli) [![Coverage Status](https://coveralls.io/repos/github/tonik/cli/badge.svg?branch=develop)](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).