Get inspired by our templates and start building today!
The easiest way to get started is with our CLI:
bunx develit create [<dir>] [-t,--template=<template>]
Example of cloning worker-entrypoint
into hello-world
directory:
bunx develit create hello-world -t worker-entrypoint
We are currently maintaining three templates that have proven to be most useful.
Name | Description | Local |
---|---|---|
worker-entrypoint | Cloudflare Worker Entrypoint | bunx develit create my-worker-entrypoint -t worker-entrypoint |
nitro-orchestrator | Nitro Gateway | bunx develit create my-nitro-orchestrator -t nitro-orchestrator |
monorepository | Monorepository | bunx develit create my-monorepository -t monorepository |
Each template is maintained in a specific branch. For improvements, please open a pull request targeting template's branch.
This project is open sourced under license available in LICENSE file. 💚