Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stas/pluginify

A tool to generate a WordPress plugin skeleton. Fork on!
https://github.com/stas/pluginify

Last synced: about 1 month ago
JSON representation

A tool to generate a WordPress plugin skeleton. Fork on!

Awesome Lists containing this project

README

        

`pluginify`, is a tool to generate a WordPress plugin skeleton.
Syntax: `pluginify` -h
-h Prints this help.
Creates a plugin using .

To install this:
`
$git clone git://github.com/stas/pluginify.git
$cat > ~/.bin/pluginify
#!/bin/bash
php /path/to/pluginify/pluginify.php $@
`
Make sure `~/.bin` is in your `$PATH`