@astriata/create-boilerplate
v1.0.7
Published
Create a new Astriata boilerplate project
Readme
@astriata/create-boilerplate
CLI scaffolder for new Astriata projects. Generates a fully configured Astriata boilerplate with dependencies installed and ready to go.
Usage
pnpm create @astriata/boilerplateWhat it does
- Asks for your project name
- Scaffolds a new project folder with the full Astriata boilerplate
- Runs
pnpm installautomatically
You'll be up and running in under a minute.
What's included
- Astro + Vite setup
- SCSS architecture with
--ast-token system @astriata/grid— grid system@astriata/breakpoints— breakpoint tokens and mixins- ESLint config
- TypeScript config
- Accessibility audit script
- Icon build pipeline
- Page scaffolding script (
pnpm new)
