Skip to content

Commit 3c607f7

Browse files
committed
Update README
1 parent d23153f commit 3c607f7

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This is NetBeans plugin for WordPress.
1616
- code completion for filter and action
1717
- create new theme action
1818
- hyperlink navigate
19+
- create new plugin action
1920

2021
### Impotant Files
2122
It contains wp-config.php
@@ -65,13 +66,26 @@ WP_DEBUG value(wp-config.php) is displayed on bottome-right of IDE.
6566
If you click there, you can change WP_DEBUG value.
6667

6768
### Create New Theme Action
68-
Right-click Project > WordPress > Create Theme (_s)
69+
Right-click Project > WordPress > Create Theme
6970

71+
#### Underscores
7072
Create theme from [Underscores | A Starter Theme for WordPress](http://underscores.me/). Underscores is awesome!
7173
This plugin uses [Automattic/_s · GitHub](https://github.com/automattic/_s).
7274

7375
**Please notice that license of created theme is GPLv2**
7476

77+
#### Barebones
78+
Create theme form [welcomebrand/Barebones · GitHub](https://github.com/welcomebrand/Barebones).
79+
80+
### Create New Plugin Action
81+
Right-click Project > WordPress > Create Plugin
82+
83+
This is very simple feature.
84+
- input plugin name(plugin_name)
85+
- create new plugin directory(plugins/plugin_name)
86+
- add main plugin file (plugins/plugin_name/plugin_name.php)
87+
- add readme file (plugins/plugin_name/readme.txt)
88+
7589
### Hyperlink Navigate
7690
This feature is available the followings:
7791
- add_filter, remove_filter

0 commit comments

Comments
 (0)