create-shovel
v0.1.3
Published
Create a new Shovel project
Maintainers
Readme
create-shovel
Scaffold a new Shovel project.
Usage
npm create shovelOr with a project name:
npm create shovel my-appOptions
--template <name> hello-world, api, static-site, full-stack
--framework <name> vanilla, htmx, alpine, crank
--jsx / --no-jsx Use JSX syntax (Crank only)
--typescript / --no-typescript
--platform <name> node, bun, cloudflareSkip all prompts:
npm create shovel my-app -- --template full-stack --framework crank --no-jsx --typescript --platform bun