projector-yarn Run Yarn with ease Installation yarn add --dev projector-yarn Usage import * as yarn from 'projector-yarn'; export async function build() { await yarn.run({ name: 'script-name', flags: ['--dev'] }); }