datamitsu
Configuration management and binary distribution tool. JavaScript-configurable tool orchestration written in Go.
Installation
Add to your Gemfile:
gem "datamitsu"
Or install directly:
gem install datamitsu
Usage
After installation, the datamitsu command is available:
# Initialize datamitsu in your project
datamitsu init
# Run checks (fix + lint)
datamitsu check
# Fix issues automatically
datamitsu fix
# Lint without fixing
datamitsu lint
# Get version
datamitsu version
Documentation
For full documentation, visit: https://datamitsu.com
Platform Support
This gem includes pre-compiled binaries for:
- Linux (x86_64, ARM64)
- macOS (x86_64, ARM64)
- Windows (x86_64, ARM64)
- FreeBSD (x86_64, ARM64)
License
MIT License - see https://github.com/datamitsu/datamitsu/blob/main/LICENSE