Skip to content

nadlejs/nadle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo

npm npm License Build Quality Gate Maintainability Rating Ask DeepWiki

A modern, type-safe task runner for Node.js inspired by the awesome Gradle build tool, supporting parallel execution and streamlined build automation.

Features

  • 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

Getting Started

Build

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

Contribution

See Contributing Guide

License

MIT License © 2025-Present Nam Hoang Le