Licence
MIT
Version
0.1.0
Deps
0
Size
6 kB
Vulns
0
Weekly
0
create-vanilla-gorilla
Scaffold a new static site from the vanilla-gorilla template.
npx create-vanilla-gorilla my-site
What it does
- Clones the
vanilla-gorillatemplate intomy-site. - Strips the template's git history and re-initializes a fresh repo.
- Renames the copied
package.json'snamefield to match your project. - Prints next steps.
That's it — no config, no prompts beyond the project name, no auto-install. This tool's only job is to hand you a clean copy of the template; everything else (the build pipeline, page scaffolding, deploy workflows) is documented in the template repo's own README.
Requirements
- Node.js 18 or later
- git, available on your
PATH
License
MIT