@zbeaver/create-beaver
v0.2.2
Published
Interactive project initializer for Beaver CMS
Downloads
1,503
Readme
@zbeaver/create-beaver
Interactive project initializer for Beaver CMS.
npm create @zbeaver/beaverThe wizard asks for the project folder, starter template, package manager, and initial Super Admin credentials. It then generates the configuration, installs the Astro/Beaver dependencies, runs the database migration, seeds the base roles and permissions, imports the selected template data, and prints the local website and admin URLs.
For CI or scripted setup, pass options after --:
npm create @zbeaver/beaver -- --yes --project my-siteThe initializer is backed by @zbeaver/beaver, which remains the runtime CMS
package used by the generated project.
