create-barebones
v0.2.0
Published
Scaffold a new Barebones project
Maintainers
Readme
create-barebones
Scaffold a new Barebones project.
Usage
npm create barebonesOr with other package managers:
pnpm create barebones
yarn create barebones
bunx create-barebonesWhat it does
- Clones the Barebones template from GitHub
- Prompts you for your site configuration (title, description, URL, etc.)
- Writes your config into
siteConfig.tsandastro.config.mjs - Optionally removes demo content
- Installs dependencies
