A modern, type-safe task runner for Node.js inspired by the awesome Gradle build tool, supporting parallel execution and streamlined build automation.
- First-class TypeScript support with full type inference
- Modern ESM package
- Lightweight and efficient
- Task dependency management
- Parallel task execution
- Progress tracking
- Configurable logging levels
This repository uses Nadle to build itself — showcasing how it can serve as a fast, type-safe, and flexible build system for modern JavaScript/TypeScript projects.
Install dependencies:
pnpm install
Build with Nadle itself:
nadle build
MIT License © 2025-Present Nam Hoang Le