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: 6 months ago
JSON representation
A CLI for generating starter files for different JS frameworks with tailwindCSS pre-installed
- Host: GitHub
- URL: https://github.com/0xmukesh/tailwindcsscli
- Owner: 0xMukesh
- License: mit
- Created: 2022-01-04T10:22:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-22T05:10:54.000Z (about 4 years ago)
- Last Synced: 2025-09-17T01:49:00.665Z (6 months ago)
- Topics: cli, framework, javascript, nodejs, npm-package, tailwindcss
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@kira272921/tailwindcsscli
- Size: 22.5 KB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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


## 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