Skip to content
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.
Chris Chasm edited this page Jan 19, 2021 · 3 revisions

Build Status

Disciple Tools - One Page Template

Create a quick administrative tool to extend Disciple.Tools with this simple plugin template.

Purpose

This project is similar to the full plugin starter template, but it is intended for small modifications that don't require languages, rest, and other features provided by the full starter plugin.

Includes

  • Starter filter for Disciple Tools and REST load.
  • Starter admin DT extension page.
  • Starter version control.
  • Starter plugin extension links.
  • Starter registration hooks.
  • Starter deactivation hooks.
  • Starter version control JSON.
  • Starter code quality composer setup.
  • Starter Travis CI tests.
  • Starter SECURITY, CODE_OF_CONDUCT

Key Project File

disciple-tools-one-page-template.php

Setup Steps

Step 1: Refactor and rename these strings:

  1. One Page Template
  2. Admin Page
  3. Admin_Page
  4. admin_page

Setup 2: Setup code quality testing

Action Command Line
1. Install Composer, command line tool. $ composer install
2. Run PHPCS Auto Correct. $ vendor/bin/phpcbf
3. Run PHPCS full list. $ vendor/bin/phpcs

Contribution

Contributions welcome. You can report issues and bugs in the Issues section of the repo. You can present ideas in the Discussions section of the repo. And code contributions are welcome using the Pull Request system for git. For a more details on contribution see the contribution guidelines.

Screenshots

spinner

Clone this wiki locally