autobuild-0.1.4 is not a library.
Autobuild
An automated build and publish tool that monitors Git repository changes and automatically executes build and publish commands.
Features
- Monitor updates on specified Git branches
- Automatically execute build and publish commands
- Support for DingTalk webhook notifications
- Configurable check interval
- Detailed build logs and time statistics
Installation
Usage
- Create a configuration file
autobuild.json(optional):
# Create default configuration file using --init command
Or create the configuration file manually:
- Run the program:
# Use default configuration
# Specify configuration file
# Force execute build and publish commands without checking git updates
# or
Configuration
repository: Git repository pathbuild: Build commandpublish: Publish commandbranch: Branch to monitorinterval: Check interval in secondswebhook: DingTalk robot configurationurl: DingTalk robot webhook URLprefix: Message prefix
License
MIT