create-cf-fullstack
v1.0.5
Published
CLI tool to create new Cloudflare Fullstack projects
Maintainers
Readme
create-cf-fullstack
A CLI tool to create new Cloudflare Fullstack projects using the cf-fullstack-starter template.
Usage
# Using npx
npx create-cf-fullstack my-project
# Using pnpm
pnpm dlx create-cf-fullstack my-project
# Using yarn
yarn create cf-fullstack my-projectFeatures
- Creates a new project from the template
- Initializes Git repository
- Installs dependencies
- Sets up environment variables
- Provides next steps and additional setup instructions
Development
# Install dependencies
pnpm install
# Run the CLI locally
node index.js my-projectPublishing
- Update the version in package.json
- Run
npm publish
License
MIT
