create-useacms
v0.1.0
Published
Scaffold a new ACMS project with your favorite framework
Maintainers
Readme
create-useacms
Scaffold a new ACMS project with your favorite framework.
Usage
npx create-useacms my-appOr with a specific package manager:
pnpm create useacms my-app
yarn create useacms my-appOptions
npx create-useacms my-app --template nextjs --adapter github-gist
npx create-useacms my-app -y # Use defaults, skip prompts
npx create-useacms my-app --skip-installSupported Frameworks
- Next.js —
--template nextjs - Astro —
--template astro - SvelteKit —
--template sveltekit - Nuxt —
--template nuxt - Vanilla JS —
--template vanilla
Supported Storage Adapters
- Local file —
--adapter local - GitHub Gist —
--adapter github-gist - GitHub repo —
--adapter github - Vercel Edge Config —
--adapter vercel-edge-config - Cloudflare KV —
--adapter cloudflare-kv
