Your toolchain deserves a home.
Alpha: This project is in alpha. The configuration API is not yet stabilized and may change between versions.
Stop setting up the same tools in every repository. Linters, formatters, git hooks and the runtimes they need live in one datamitsu.config.js you carry from project to project. Define them once. Inherit them everywhere.
A platform for building reproducible, security-first development tool distributions. It downloads, verifies (SHA-256), and manages binaries and runtime-managed tools across platforms, using JavaScript-powered configuration with inheritance and chaining. Install one package, get everything configured.
# Build from source
go build
# Initialize tools
./datamitsu init
# Run checks
./datamitsu checkFull documentation is available at https://datamitsu.com or locally in website/docs/.
Getting Started:
- Installation
- Quick Start Guide
- About datamitsu — Why datamitsu exists and what makes it unique
Reference:
Contributions are welcome! See the Contributing Guide to get started.
- Brand Guidelines — Voice, tone, and style
- Creating Wrapper Packages — Build config distributions
MIT
