{"library":"just-task","type":"library","category":null,"description":"just-task is a robust, lightweight library for defining and orchestrating build tasks in JavaScript and TypeScript projects. It functions as the foundational task definition layer within the broader `Just` ecosystem developed by Microsoft, which also includes `just-scripts` for higher-level, opinionated build presets. Currently at version 1.13.0, just-task provides core primitives such as `task`, `series`, and `parallel` for structuring complex build flows. Its release cadence is generally stable, with updates focusing on refinements and bug fixes rather than frequent breaking changes within the 1.x major version. A key differentiator is its unopinionated nature regarding specific tools (e.g., Webpack, Jest, TypeScript compiler), allowing developers to integrate their preferred tools seamlessly. It targets Node.js environments version 14 and above, offering both CommonJS and ES Module compatibility for task definitions. This library emphasizes clear, programmatic task definition, providing a flexible alternative to more configuration-heavy or tightly coupled build systems.","language":"javascript","status":"active","version":"1.13.0","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install just-task","imports":["import { task, series, parallel } from 'just-task';","import type { TaskFunction } from 'just-task';","import { cli } from 'just-task/lib/cli';"]},{"cmd":"yarn add just-task","imports":[]},{"cmd":"pnpm add just-task","imports":[]}],"homepage":"https://microsoft.github.io/just","github":"https://github.com/microsoft/just","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/just-task","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/just-task/compatibility"}}