@pkcarreno/create-astro-minimal
v1.0.5
Published
Astro minimal template starter cli
Downloads
8
Readme
Astro Minimal Template
This is a minimal Astro.js template to launch projects quickly. Extracted from what was done in the homepage project.
It contains:
- astro-seo
- astro-font
- Adapted Link component
- Adapted Image component
- EsLint, Prettier, TypeScript y Husky
- Base Layout
- Integrations:
- Sitemap
- Tailwind
Installation
Run the following command:
# npm
npm create @pkcarreno/create-astro-minimal@latest
# yarn
yarn create @pkcarreno/create-astro-minimal@latest
# pnpm
pnpm create @pkcarreno/create-astro-minimal@latest
Then follow the Astro documentation.
CLI
This cli is inspired by this guide and the React Native Template Obytes cli tool.