Percolate CLI utils
npm install @percolate/cli-utilsLightweight utils commonly used in CLI.
``sh`
yarn add @percolate/cli-utils --dev
Since the interface is fully typed, you can inspect @percolate/cli-utils's export object to see what's available.
`ts`
import * as utils from '@percolate/cli-utils'
`sh`
yarn watch
yarn run` for all options.
---