An open API service indexing awesome lists of open source software.

https://github.com/0xMukesh/tailwindcsscli

A CLI for generating starter files for different JS frameworks with tailwindCSS pre-installed
https://github.com/0xMukesh/tailwindcsscli

cli framework javascript nodejs npm-package tailwindcss

Last synced: 7 months ago
JSON representation

A CLI for generating starter files for different JS frameworks with tailwindCSS pre-installed

Awesome Lists containing this project

README

          

# tailwindcsscli
A CLI for generating starter files for different JS frameworks with tailwindCSS pre-installed

## Installation

To install the CLI, run the following command

```bash
npm i @kira272921/tailwindcsscli -g
```
You can remove `-g` if you don't want to install it globally

## Demo

![](https://imgur.com/8b3nl9I.png)

![](https://imgur.com/sGtsqdy.png)

## Tutorial

This project was meant for making a hashnode blog on "How to build CLIs using NodeJS".

Here is the link to the blog: https://kirablog.hashnode.dev/build-a-cli-using-nodejs