A simple Yeoman generator to scaffold Tailwind CSS, Vue, and Laravel Mix.
Install Yeoman
npm install -g yonpm install -g generator-caffeinated-tailwindTo scaffold a new Caffeinated Tailwind project, run:
yo caffeinated-tailwindTo work on the generator locally, simply clone and link the package with npm:
git clone git@github.com:caffeinated/tailwind-generator.git
cd tailwind-generator
npm linkNow you may run yo caffeinated-tailwind per usual.