@simon_he/pi
Version:
Project-aware CLI that detects npm, pnpm, yarn, bun, Go, Rust and Python projects, then routes installs, scripts, builds and workspace commands automatically.
12 lines (10 loc) • 325 B
JavaScript
const require_pui = require('./pui-Bnd6wAam.cjs');
const require_index = require('./index.cjs');
let node_process = require("node:process");
node_process = require_pui.__toESM(node_process);
//#region src/cli.ts
require_index.setup().catch((error) => {
console.error(error);
node_process.default.exit(1);
});
//#endregion