UNPKG

@harboor/cli

Version:
9 lines (7 loc) 138 B
import ora from "ora"; export function getSpinner() { return ora({ color: "blue", prefixText: "[harboor]", }); }