caffeinated / tailwind-generator

A simple Yeoman generator to scaffold Tailwind CSS, Vue, and Laravel Mix.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yeoman Tailwind Generator

A simple Yeoman generator to scaffold Tailwind CSS, Vue, and Laravel Mix.

Pre-requisites

Install Yeoman

npm install -g yo

Installation

npm install -g generator-caffeinated-tailwind

Usage

To scaffold a new Caffeinated Tailwind project, run:

yo caffeinated-tailwind

Development

To 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 link

Now you may run yo caffeinated-tailwind per usual.

About

A simple Yeoman generator to scaffold Tailwind CSS, Vue, and Laravel Mix.

License:MIT License


Languages

Language:JavaScript 54.5%Language:CSS 38.5%Language:HTML 7.1%