You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**WordPress Plugin Boilerplate Powered** is a complete foundation for building your WordPress plugins.
7
7
The mainly purpose of this boilerplate: choose a library or a snippet and the boilerplate contain already the example for use it without need a manual copy&paste way or look on internet.
8
8
9
-
##Features
9
+
##Features
10
10
11
-
###Library integrated
11
+
###Library integrated
12
12
13
13
* Sass support with Compass and Grunt
14
14
* CoffeeScript support with Grunt (not mandatory with the Yeoman generator)
@@ -35,8 +35,10 @@ The mainly purpose of this boilerplate: choose a library or a snippet and the bo
@@ -55,27 +57,27 @@ The mainly purpose of this boilerplate: choose a library or a snippet and the bo
55
57
Do you want to see which plugins have been made with this boilerplate? Check [here](https://github.com/WPBP/WordPress-Plugin-Boilerplate-Powered/wiki/Plugin-made-with-this-Boilerplate)!
56
58
Check the [Wiki](https://github.com/WPBP/WordPress-Plugin-Boilerplate-Powered/wiki/) for other info.
57
59
58
-
##Shell Script & Tools
60
+
##Shell Script & Tools
59
61
60
-
###Included
62
+
###Included
61
63
62
64
* wp-boilerplate-version.sh (check below)
63
65
* apigen.sh script for generate a docs folder with the documentation
64
66
* .php_cs for [PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer)
65
67
66
68
Check on the [wiki](https://github.com/Mte90/WordPress-Plugin-Boilerplate-Powered/wiki/How-use-the-Scripts-and-CLI-tools) for discover how to use this script!
67
69
68
-
###Useful resources or code examples
70
+
###Useful resources or code examples
69
71
70
72
Check on the [wiki](https://github.com/Mte90/WordPress-Plugin-Boilerplate-Powered/wiki/Useful-resources-or-code-examples)!
71
73
72
-
##Recommended Tools
74
+
##Recommended Tools
73
75
74
-
###Generator Tool
76
+
###Generator Tool
75
77
76
78
The code generator that allows you to choose the libraries you need with many customization.
77
79
Link to repo: [https://github.com/wpbp/generator](https://github.com/wpbp/generator)
78
80
79
-
##License
81
+
##License
80
82
81
83
The WordPress Plugin Boilerplate Powered is licensed under the GPL v2 or later; however, if you opt to use third-party code that is not compatible with v2, then you may need to switch to using code that is GPL v3 compatible.
0 commit comments