UNPKG

flowbite-qwik-cli

Version:

This is a CLI tool to setup flowbite qwik into your project

42 lines (28 loc) • 1.11 kB
<div style="text-align: center"> <h1>Flowbite Qwik CLI</h1> <p> The easiest way to get started with `flowbite-qwik` is by using `flowbite-qwik` CLI. </p> <p> <a href="https://badge.fury.io/js/flowbite-qwik-cli"> <img alt="Latest release" src="https://badge.fury.io/js/flowbite-qwik-cli.svg"> </a> <a href="https://flowbite.com/getting-started/license/"> <img src="https://img.shields.io/badge/license-MIT-blue" alt="License"> </a> </p> </div> --- ## Getting started Run the following command and answer the command prompt questions: ### Interactive The CLI will prompt the color theme, what toast position to use and if it should use dark mode by default: #### npm ``` npx flowbite-qwik-cli@latest init ``` ### Error If some error occurs, you can follow manual instructions [here](https://github.com/qwikerx/flowbite-qwik/blob/main/packages/lib/README.md#-manual-way-via-npm). ## Copyright and license The Flowbite name and logos are trademarks of Crafty Dwarf Inc. šŸ“ [Read about the licensing terms](https://flowbite.com/getting-started/license/)