true |
The task library that just works |
A sensible set of task to build, test, and lint your frontend projects |
Get Started → |
/tasks/ |
title |
details |
Flexible |
Unlike create-react-app, just gives sensible defaults but does not hide config files |
|
title |
details |
Task orchestration |
Like gulp, just provides parallel() and series() to fine tune task runs |
|
title |
details |
No waiting for latest devDependencies |
just-scripts knows how to run tools, but it does not prescribe versions of the dependencies - you upgrade at your own timing! |
|
title |
details |
TypeScript support |
just-scripts configurations are TypeScript-enabled, so you don't have to have a separate build step to use your build tools |
|
title |
details |
Lightweight task orchestration |
just-task is a lightweight task orchestrator that has no streaming file system abstraction |
|
title |
details |
Battle tested |
just is built upon just the right abstraction from the gulp ecosystem, which is used by many repos |
|
|
MIT Licensed | Copyright © 2020-present Microsoft |