mjones129 / deploy-to-git

LocalWP addon.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local Boilerplate Add-on

https://build.localwp.com/

Get Started with the Local Add-on Generator

Get up and running with your new add-on quickly and easily with the Local Add-on Generator. It is super simple to set up, and can help you start developing your new add-on in no time!

The generator uses this boilerplate add-on to get you started, making setup easy and fast. The README for the generator also has more information on how to create an amazing add-on for Local, so be sure to check it out!

Installation

Clone

Clone the repository into the following directory depending on your platform:

  • macOS: ~/Library/Application Support/Local/addons
  • Windows: C:\Users\username\AppData\Roaming\Local\addons
  • Debian Linux: ~/.config/Local/addons

You can replace 'Local' with 'Local Beta' if you want to create the add-on for Local Beta.

Install Add-on Dependencies

yarn install

Add Add-on to Local

  1. Clone repo directly into the add-ons folder (paths described above)
  2. yarn install (install dependencies)
  3. yarn build
  4. Open Local and enable add-on

Development

External Libraries

Folder Structure

All files in /src will be transpiled to /lib using TypeScript. Anything in /lib will be overwritten.

Once the plugin is built using the Local Add-On Generator, you'll have a new "Counter" section availiable under "Tools:

image

Development Workflow

If you are looking for help getting started, you can consult the documentation for the add-on generator.

You can consult the Local add-on API, which provides a wide range of values and functions for developing your add-on.

License

MIT

About

LocalWP addon.


Languages

Language:JavaScript 79.5%Language:TypeScript 20.5%