Skip to content

webkinder/wp-cli-command-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Licence PRs

WebKinder

WP CLI Starter Command

This is a starter repository to create a new WP CLI Command. Adjust to your needs to create your WP CLI Command.

Installation (Adjust the links here. This package is not meant to be installed as it does not do anything useful and is only a starting point for development).

Via WP-CLI Package Manager (requires wp-cli >= 0.23)

wp package install https://github.com/webkinder/wp-cli-command-starter

If you run into memory issues when installing the package, it's a known WP-CLI issue. Check this out for a workaround.

Installing as a plugin

Clone this repo onto plugins/ folder, run composer install to fetch dependencies and activate the plugin.

Commands

Just outputs information about the creators

wp cli starter info

Do something else here with this command.

wp cli starter doSomething

Developing

Please add PHP Doc Blocks to all methods you implement. This will improve the ease of usage for the command as these information will be used by WP CLI when running wp cli --help. Documentation for documenting can be found on the WordPress Handbook.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages