Directory Structure

Learn about the file and folder structure required for Plugify, including the `plugify` directory and configuration files.

Plugify follows a specific directory structure to organize plugins, language modules, and configuration files. Below is an overview of the required folders and files.

Root Directory

The plugify directory is the central location for plugins and language modules. It has the following structure:

  • extensions/: Contains individual plugin folders.
    • Each plugin folder should include:
      • bin/: Contains the compiled plugin binaries (e.g., .dll, .so).
      • .pplugin: The plugin manifest file (e.g., my-plugin.pplugin).
  • extensions/: Contains individual language module folders.
    • Each language module folder should include:
      • bin/: Contains the compiled module binaries (e.g., .dll, .so).
      • .pmodule: The language module manifest file (e.g., cpp-module.pmodule).

Example Directory Structure

Here’s an example of how your directory structure might look: