create-modelfetch
v1.0.13
Published
CLI for scaffolding a new MCP server with ModelFetch
Downloads
186
Maintainers
Readme
create-modelfetch
Scaffold a new MCP server with ModelFetch.
Features
- Multiple Runtimes: Node.js, Next.js, Bun, Deno, Vercel, Cloudflare, Netlify, Fastly, Supabase, Gcore, AWS Lambda, and Azure Functions
- Multiple Languages: TypeScript and JavaScript
- Multiple Package Managers:
npm,pnpm,bun, andyarn - Multiple CLI Initializers:
npx,npm init,npm create,pnpm dlx,pnpm create,bun x,bun create,deno, andyarn - Interactive Setup: Interactively creates and configures your project based on your preferences
- Automatic Detection: Automatically detects and suggests your preferred package manager
- Automatic Installation: Automatically installs dependencies using your preferred package manager
Usage
Using npx:
npx -y create-modelfetch@latestUsing npm init:
npm init modelfetch@latestUsing npm create:
npm create modelfetch@latestUsing pnpm dlx:
pnpm dlx create-modelfetch@latestUsing pnpm create:
pnpm create modelfetch@latestUsing bun x:
bun x create-modelfetch@latestUsing bun create:
bun create modelfetch@latestUsing deno:
deno run -A npm:create-modelfetch@latestUsing yarn:
yarn create modelfetch