UNPKG

rigjs

Version:

A multi-repos dev tool based on yarn and git.Rigjs is intended to be the simplest way to develop,share and deliver codes between different developers or different projects.

10 lines (7 loc) 312 B
import print from '../print'; export default function crewStub(name: string): () => void { return () => { print.warn(`rig orchestrate ${name} is not implemented yet.`); print.info('Current MVP supports init, status, pending-questions, board, sync, doctor, ask, and project add/list/status.'); }; }