// tasks.ts // write tasks file once, publish it and then reuse or even extend // in all projects using `start.preset` option in `package.json`, // something like `my-start-preset` package with everything included import sequence from '@start/plugin-sequence' import parallel from '@start/plugin-parallel' import xargs from '@start/plugin-xargs' import find from '@start/plugin-find' import findGitSt

