Top 10 Features in Mise You're Not Using
4mo agoen
Source
jdx.devTop 10 Features in Mise You're Not Usingjdx.dev1. Task sources and outputs Any task can declare input/output globs. If all outputs are newer than all sources, the task is skipped entirely: [tasks.build] run = "cargo build" sources = [ "Cargo.toml" , "src/**/*.rs" ] outputs = [ "target/debug/myapp" ] Don’t want to enumerate outputs? Set outputs = { auto = true } (which is actually the default when sources is defined) — mise tracks a hash internally and skips the task if sources haven’t changed.
You might also wanna read
Mise Introduces Monorepo Tasks Feature for Multi-Project Repository Management
Mise announces Monorepo Tasks, a new feature that brings first-class monorepo support to its task system. It allows users to manage tasks ac

Bun v0.6.12
bun.com·3y ago

Workers - Deploy Hooks are now available for Workers Builds
Cloudflare·3mo ago

Workers - Source Maps are Generally Available
Cloudflare·1y ago
Introducing make.ts: A Better Workflow for Running Benchmarks and Experiments
The article introduces 'make.ts' as a workflow improvement for running benchmarks and experiments that require repeated command sequences. T
Verifying Go's Reproducible Builds and Introducing Source Spotter for Checksum Database Auditing
The article discusses Go's reproducible builds feature introduced in Go 1.21, which automatically downloads newer toolchain versions when ne

Comments
Sign in to join the conversation.
No comments yet. Be the first.