Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alecaddd/awps-cli
- Owner: Alecaddd
- License: gpl-3.0
- Created: 2017-01-31T06:49:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-01T01:35:22.000Z (about 2 years ago)
- Last Synced: 2024-10-12T23:46:03.867Z (24 days ago)
- Topics: cli, composer, hacktoberfest, php, symfony
- Language: PHP
- Homepage:
- Size: 816 KB
- Stars: 24
- Watchers: 8
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.