WP Manifestindependent plugin directory
manifest / forms / brasa-request-a-quote

Brasa Request a Quote

Another Request A Quote plugin

by Brasa Design · github.com/brainwp/brasa-request-a-quote · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/brainwp/brasa-request-a-quote/archive/refs/heads/master.zip

Declares an update source (https://github.com/brasadesign/brasa-request-a-quote), so updates arrive through the plugin's own updater.

Readme

WordPress Plugin Boilerplate

This is a basic bootstrap to develop WordPress plugins using Grunt, Compass, GIT and SVN.
You will use your GIT repository as plugin development environment and the WordPress plugin repository as production environment.
Being possible to run commands with the Grunt to deploy its new versions.

This project was made based on WordPress-Plugin-Boilerplate by tommcfarlin.

Requirements:

Installation:

Clone this repo:

$ git clone git@github.com:claudiosmweb/wordpress-plugin-bootstrap.git

Install the dependencies of the grunt:

$ npm install

Finally rename the files as you want and create your GIT repository.

Commands:

Lint, compile and compress the files:

$ grunt

Watch the project:

$ grunt watch

Deploy with svn:

$ grunt deploy

Changelog

3.0.0
  • Updated the dependencies.
  • Fixed the assets directories based on WordPress-Plugin-Boilerplate by tommcfarlin.
  • Improved the grunt tasks.
  • Added .jshintrc with WordPress standards.
  • Fixed the indent_style to tab in .editorconfig file.
2.1.0
  • Updated the grunt tasks.
  • Improved the rsync tasks.
2.0.0
  • Updated the grunt tasks.
  • Added .editorconfig.
  • Added .jshintrc.
  • Removed config.rb in favor to grunt compass task.
  • Improved the code.
1.0.0
  • Initial version.

License:

WordPress Plugin Boilerplate is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

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

Get a copy of the GNU General Public License in http://www.gnu.org/licenses/.

Read the full README on GitHub →

Releases

TagPublished
0.1alpha Jan 18, 2016

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.