UNPKG

pruno-cli

Version:

A CLI tool for scaffolding projects that use the pruno build tool and a generator for creating components.

6 lines (3 loc) 174 B
let sandbox = (program) => program.command('sandbox') .description('Start up a sandbox session and interact with your application via the CLI.'); export default sandbox;