Quickly get started with a Develit.io template!
You can use develit
CLI to clone latest template to an empty directory:
$ npx develit create [<dir>] [-t,--template=<template>]
Example: Clone worker-entrypoint
to my-app
directory:
$ npx develit create my-app -t worker-entrypoint
Name | Description | Local |
---|---|---|
worker-entrypoint | CF Worker Entrypoint | npx develit create my-entrypoint -t worker-entrypoint |
nitro-orchestrator | Nitro API | npx develit create my-orchestrator -t nitro-orchestrator |
monorepository | Monorepository | npx develit create my-monorepository -t monorepository |
Each template is maintained in a branch (see all branches). For improvements, please open a Pull Request to each individual branch.
Open Source © Develit.io - Made with 💚