create-0list
v0.1.1
Published
CLI to scaffold and deploy 0list waitlist software
Downloads
5
Maintainers
Readme
create-0list
CLI to scaffold and deploy 0list - self-hosted waitlist software for Cloudflare Workers.
Usage
# npm
npx create-0list
# pnpm
pnpm create 0list
# bun
bun create 0list
# yarn
yarn create 0listWhat it does
- Clones the 0list repository
- Sets up upstream remote for easy updates (
git pull upstream main) - Installs dependencies with your preferred package manager
- Optionally creates a Cloudflare D1 database
- Configures
wrangler.tomlwith your database ID - Runs database migrations
Requirements
- Node.js >= 18
- A Cloudflare account (free tier works)
Features
- Edge-native: Runs on Cloudflare Workers in 300+ locations
- D1 database: SQLite at the edge, no external database needed
- Self-hosted: Your data, your infrastructure
- Open source: MIT licensed, fork and customize
Documentation
Full documentation available at 0list.d4mr.com/docs
License
MIT
