Giter Club home page Giter Club logo

axeptio-sdk-integration's Introduction

Axeptio WordPress Plugin

Integrate Axeptio SDK to your Wordpress Website

Contents

  • .gitignore. Used to exclude certain files from the repository.
  • README.md. The file that you’re currently reading.
  • A axeptio-wordpress-plugin directory that contains the source code - a fully executable WordPress plugin.
    • This folder can be zipped and upload to test on your wordpress installation

Features

Installation

The plugin can be installed directly into your plugins folder "as-is".

Development

For development, Taskfile (https://taskfile.dev) is used to simplify various necessary operations.

  • task release -- [version]: Creates a new release of the extension. The task performs the necessary build tasks (composer & yarn), synchronizes the required files, updates the SVN repository with the new version, publishes the release on WordPress.org, and finally cleans up temporary files.
  • task build: Builds the application services in Docker containers.
  • task restart: Restarts the Docker application by first stopping services with stop, then starting them with start.
  • task start: Starts the Docker application.
  • task stop: Stops the Docker application.
  • task logs: Displays the application logs.
  • task clean-modules: Removes the vendor/ and node_modules/ directories inside the Docker container.
  • task ssh: Opens an SSH session in the Docker container. Use task ssh -- root to connect as root.
  • task composer-install: Installs Composer packages inside the Docker container.
  • task composer-build: Installs Composer packages without development dependencies and optimizes the autoloader.
  • task composer-require: Installs a specific Composer package.
  • task php-stan: Performs a static analysis of the PHP code.
  • task lint-php: Checks the PHP code's compliance with WP Coding Standards.
  • task fix-php: Automatically fixes PHP coding problems detected by the linter.
  • task eslint: Checks the JavaScript code's compliance with ESLint rules.
  • task eslint-fix: Automatically fixes JavaScript coding problems detected by the linter.

Plugin Guidelines best practices

Plugin Handbook

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.