Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/stas/pluginify
- Owner: stas
- Created: 2011-09-06T11:56:02.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-14T15:46:48.000Z (over 13 years ago)
- Last Synced: 2024-11-29T14:03:29.491Z (about 1 month ago)
- Language: PHP
- Homepage: http://stas.nerd.ro
- Size: 96.7 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme
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`