create-carbon
v0.8.0
Published
<div align="center"> <a href="https://go.buape.com/carbon"><img src="https://cdn.buape.com/carbon/wordmark.png" alt="Carbon Wordmark"></a>
Keywords
Readme
# create-carbon
This package is part of the Carbon framework, check it out for more details.
create-carbon is a CLI tool that helps you create a new Carbon project.
Supported runtimes include Node.js, Bun, Cloudflare Workers, Deno, Next.js, a platform-agnostic Fetch handler scaffold, and Gateway Forwarder.
Usage
To use create-carbon, you can use the following command:
pnpm create carbon my-projectThis will create a new directory called my-project with a basic Carbon project inside it. You can then navigate to the directory and run pnpm install to install the dependencies.
When using Cloudflare Workers, the CLI can also scaffold Gateway support through Durable Objects.
Contributing
We welcome contributions to create-carbon! If you're interested in contributing, please check out the Contributing Guide for more information, and join our Discord to get involved!
