Task runnerInstallation

Installation

Install and set up the task runner in your project

Installation

Package Managers

npm

npm install @visulima/task-runner

yarn

yarn add @visulima/task-runner

pnpm

pnpm add @visulima/task-runner

Requirements

  • Node.js: 20.19 or higher
  • TypeScript: Optional but recommended for full type safety

Optional: Native Addon

For maximum performance, the task runner includes an optional Rust-based native addon that provides:

  • xxHash xxh3-128 file hashing (5-10x faster than SHA-256)
  • Parallel file hashing via rayon (utilizes all CPU cores)

The native addon is loaded automatically when available and falls back to pure TypeScript implementations otherwise. No additional installation is required.

Support

Contribute to our work and keep us going

Community is the heart of open source. The success of our packages wouldn't be possible without the incredible contributions of users, testers, and developers who collaborate with us every day.Want to get involved? Here are some tips on how you can make a meaningful impact on our open source projects.

Ready to help us out?

Be sure to check out the package's contribution guidelines first. They'll walk you through the process on how to properly submit an issue or pull request to our repositories.

Submit a pull request

Found something to improve? Fork the repo, make your changes, and open a PR. We review every contribution and provide feedback to help you get merged.

Good first issues

Simple issues suited for people new to open source development, and often a good place to start working on a package.
View good first issues