Skip to content
/ tailwify Public

Just a simple auto-script for scaffolding Starter templates with TailwindCSS

License

Notifications You must be signed in to change notification settings

ootiq/tailwify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

████████╗ █████╗ ██╗██╗     ██╗    ██╗██╗███████╗██╗   ██╗
╚══██╔══╝██╔══██╗██║██║     ██║    ██║██║██╔════╝╚██╗ ██╔╝
   ██║   ███████║██║██║     ██║ █╗ ██║██║█████╗   ╚████╔╝ 
   ██║   ██╔══██║██║██║     ██║███╗██║██║██╔══╝    ╚██╔╝  
   ██║   ██║  ██║██║███████╗╚███╔███╔╝██║██║        ██║   
   ╚═╝   ╚═╝  ╚═╝╚═╝╚══════╝ ╚══╝╚══╝ ╚═╝╚═╝        ╚═╝               

tailwify

Simple auto-script tool for Auto-generating starter templates with TailwindCSS.

I am a fan of Tailwind but then I am too lazy in configuring it again in another project. So that's why I made this, to ease my life. xD

Install

go install github.com/ootiq/tailwify@latest 

What it does?

Nothing fancy, just the following, ..

  • Install the specified framework
  • Add TailwindCss packages and others
  • Configure the framework (modify files / strings)

Supported and Added Frameworks

  • Next.JS (next)
  • Gatsby (gatsby)
  • Vue3 w/ Vite (viteVue3)
  • React (react)

How to Use:

# framework could be (next/gatsby/viteVue3/react)
# project-name should be in lowercase and kebab or snake-case
# camelCase projectName will be converted to lowercase
tailwify gen {framework} -p {project-name}

Installations and configurations are based from the official docs: https://tailwindcss.com/docs/installation

Image

app screenshot

© TheBoringDude

About

Just a simple auto-script for scaffolding Starter templates with TailwindCSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages