turbo
all
High-performance build system for JavaScript and TypeScript codebases. See also: `nx`.
More info →Examples (8)
Build the current project
turbo run buildRun a task without concurrency
turbo run task_name --concurrency=1Run a task ignoring cached artifacts and forcibly re-execute all tasks
turbo run task_name --forceRun a task in parallel across packages
turbo run task_name --parallel --no-cacheGenerate a Dot graph of a specific task execution (the output file format can be controlled with the filename)
turbo run task_name --graph=path/to/file.html|jpg|json|pdf|png|svgmade by @shridhargupta | data from tldr-pages