Skip to content

davilera/Nelio-Plugin-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nelio Plugin Boilerplate

This project is based on the WordPress Plugin Boilerplate project.

Contents

The WordPress Plugin Boilerplate includes the following files:

  • .gitignore. Used to exclude certain files from the repository.
  • README.md. The file that you're currently reading.
  • A plugin-name subdirectory that contains the source code - a fully executable WordPress plugin.
  • A mkplugin shell script that will help you create your first plugin based on Nelio's Plugin Boilerplate.

Installation

You can start a new plugin by simply downloading the project (or cloning it) and running the mkplugin script. Simply follow the steps and you'll have a new plugin folder ready.

License

The WordPress Plugin Boilerplate is licensed under the GPL v2 or later.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

A copy of the license is included in the root of the plugin's directory. The file is named LICENSE.

Important Notes

Licensing

The WordPress Plugin Boilerplate 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.

For reference, here's a discussion that covers the Apache 2.0 License used by Bootstrap.

Credits

This simple project is a basically a refactoring of the work created by Tom McFarlin and others: WordPress Plugin Boilerplate.

About

[WordPress] A foundation for WordPress Plugin Development that aims to ease plugin creation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published