To get started with the AutoBuild plugin, follow these steps:

  1. Prerequisites

    • Ensure your system meets the requirements: AutoBuild System Requirements
    • Install the latest version of the plugin:
      npm install autobuild-plugin --save  
      

    📌 Tip: Use the /en/tools/autobuild/plugins/overview link to explore plugin features.

  2. Installation Steps

    • Navigate to your project directory:
      cd /path/to/your/project  
      
    • Run the installation command:
      autobuild install-plugin <plugin_name>  
      

    📎 For detailed CLI options, see Command Line Interface Guide.

  3. Usage Examples

    • Configure the plugin in your config.json:
      "plugins": ["install-plugin"]  
      
    • Trigger an automated build:
      autobuild run  
      

    📎 Check out AutoBuild Workflow Tutorials for advanced use cases.

  4. Troubleshooting

    • If issues occur, review the logs:
      autobuild logs  
      
    • Verify plugin compatibility with your environment:
      Plugin Compatibility
      🛠️ *Need help? Visit [Support Forum](/en/support) for community assistance.*

For visual guides, explore:

AutoBuild Plugin Interface
[AutoBuild Plugin Documentation](/en/tools/autobuild/plugins/autobuild) for full details.