alecaddd/awps-cli

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

v1.0.6 2018-04-13 01:44 UTC

This package is not auto-updated.

Last update: 2024-09-28 04:51:59 UTC


README

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

安装

composer global require "alecaddd/awps-cli"

用法

  • 在终端窗口中打开主题文件夹的位置
  • 执行命令 awps new your_theme_name
  • 完成!

Windows系统使用方法

  • 使用git for windows附带的'git bash'控制台或其他模仿Linux环境的工具。一些命令如mv需要bash控制台。