{"library":"shell","install":[{"cmd":"npm install shell","imports":["import { shell } from 'shell';","const cli = shell({\n  name: 'my-app',\n  description: 'My CLI application',\n  options: { version: { shortcut: 'v', description: 'Show version' } },\n  commands: { start: { description: 'Start the application' } }\n});\ncli.route();","const { shell } = require('shell');"]},{"cmd":"yarn add shell","imports":[]},{"cmd":"pnpm add shell","imports":[]}]}