UNPKG

ui-particle

Version:

Components cli for REACTJS and NEXTJS :)

11 lines (10 loc) 308 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.init = void 0; const commander_1 = require("commander"); exports.init = new commander_1.Command() .name("init") .description("Initialize a new project") .action(async () => { console.log("hello coder"); });