apispell

Generate API Routes on the Go

Try it now

Run following command in blank next js project to get started with apispell-cli.

npx apispell-cli add next-register

Quickly add the next-register route to your project. More commands and frameworks coming soon!

Features

Generate Routes

Instant API route scaffolding for your projects.

Multi-Framework

Support for multiple frameworks (more coming soon).

DB Integration

Support for database integration.

How It Works

  1. 1

    Install apispell-cli

    Start by installing apispell-cli globally or use it with npx.

  2. 2

    Choose Your Command

    Select the API route or feature you want to scaffold.

  3. 3

    Answer Prompts

    Respond to the interactive prompts to customize your API route.

  4. 4

    Generate Code

    Let apispell-cli generate the boilerplate code for you.

  5. 5

    Customize and Implement

    Tailor the generated code to fit your specific needs and implement your logic.