Skip to content

Instantly share code, notes, and snippets.

@nexxai
Last active September 12, 2023 00:46
Show Gist options
  • Select an option

  • Save nexxai/bd2f6af195d1ee26ac25d8cef6311ed4 to your computer and use it in GitHub Desktop.

Select an option

Save nexxai/bd2f6af195d1ee26ac25d8cef6311ed4 to your computer and use it in GitHub Desktop.
ZSH shell script function to create a new Astro website with tailwind, netlify and alpine.js already installed
function astronew() {
bunx create-astro@latest ./
bunx astro add tailwind --yes
bunx astro add netlify --yes
bunx astro add alpinejs --yes
code .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment