UNPKG

pruno-cli

Version:

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

8 lines (5 loc) 207 B
"use strict"; var sandbox = function (program) { return program.command("sandbox").description("Start up a sandbox session and interact with your application via the CLI."); }; module.exports = sandbox;