UNPKG

@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.

4 lines 95 B
//#region src/index.d.ts declare function setup(): Promise<any>; //#endregion export { setup };