create-cellsweb-rpc-api
v1.0.22
Published
Scaffold a production-ready CellsWeb RPC API service with @cellsweb/rpc-core
Maintainers
Readme
create-cellsweb-rpc-api
Official CLI scaffolder for CellsWeb RPC API service projects.
Usage
# Using npm
npm create cellsweb-rpc-api@latest my-app
# Using npx
npx create-cellsweb-rpc-api@latest my-app
# Using pnpm
pnpm create cellsweb-rpc-api@latest my-appFeatures
- Pre-wired
@cellsweb/rpc-core: High performance $O(1)$ dispatching engine. - Interactive Scaffolding: Built-in CLI scripts for adding new functions (
pnpm run create:function) and middlewares (pnpm run create:middleware). - Pre-scaffolded Common Middlewares: Includes
auth(JWT verification stub) andrateLimit(in-memory rate limiting) with rich step-by-step instructions. - Pluggable Extensions: Modular application-level
env.ts(TypeBox),telemetry.ts(Sentry), andstorage.ts(Local/S3 uploads).
License
MIT © Minhazur Rahman
