To get started with the AutoBuild plugin, follow these steps:
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.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.
- Navigate to your project directory:
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.
- Configure the plugin in your
Troubleshooting
- If issues occur, review the logs:
autobuild logs
- Verify plugin compatibility with your environment:
🛠️ *Need help? Visit [Support Forum](/en/support) for community assistance.*
- If issues occur, review the logs:
For visual guides, explore: