alecaddd / awps-cli
Nifty Command Line Application to quickly setup a new AWPS theme in WordPress
Installs: 802
Dependents: 0
Suggesters: 0
Security: 0
Stars: 24
Watchers: 7
Forks: 11
Open Issues: 2
Requires
- ext-zip: *
- guzzlehttp/guzzle: ~6.0
- symfony/console: ~3.0|~4.0
- symfony/filesystem: ~3.0|~4.0
- symfony/process: ~3.0|~4.0
This package is not auto-updated.
Last update: 2025-04-26 07:41:01 UTC
README
Nifty Command Line Application to quickly setup a new 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.