# Setup
go mod tidy
go work sync
make install # Install required tools (swag, etc.)
# Development
make generate # Generate code and swagger docs
make swagger # Generate swagger documentation
make run # Run the application locally
# Build
make build # Build for current platform
make build-multi # Build for multiple platforms (linux/darwin)
make build-plugin # Build plugin for current platform
make build-plugins # Build plugins for all platforms
make build-business # Build business extensions
make build-all # Build application and all extensions
# Utils
make clean # Clean build artifacts
make version # Show version information
make help # Show make commands helpGolang, PostgreSQL / MySQL, Gin, ent., Swagger 2.0
For full documentation, including API references and deployment guides, visit https://docs.ncobase.com.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.