Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alecaddd/awps-cli

Nifty Command Line Application to quickly setup a new AWPS theme in WordPress
https://github.com/alecaddd/awps-cli

cli composer hacktoberfest php symfony

Last synced: 9 days ago
JSON representation

Nifty Command Line Application to quickly setup a new AWPS theme in WordPress

Awesome Lists containing this project

README

        

# ![awps-cli](http://www.alecaddd.com/wp-content/uploads/2017/05/awps-cli.png)
> Nifty Command Line Application to quickly setup a new [AWPS](https://github.com/Alecaddd/awps) theme in WordPress

## Installation

```
composer global require "alecaddd/awps-cli"
```

## Usage

* Open the location of the theme folder in a Terminal window
* Execute the command `awps new your_theme_name`
* Done!

### For Windows Use

* Use the 'git bash' console that comes with git for windows or something else that will mimic a linux environment. Some commands like `mv` need a bash console.