Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).