Flowbite-Svelte-CLI (fsc)

This a shell-script CLI that allows you to find compoent default props from your command line.

Installation

Homebrew

brew tap shinokada/fsc
brew install fsc

Awesome Package Manager

Awesome package manager is a shell script package manager. Awesome installs a shell script package from a GitHub repo on your macOS/Linux.

Let's install the Awesome package manager:

curl -s https://raw.githubusercontent.com/shinokada/awesome/main/install | bash -s install

Add the following to your terminal config file, such as .zshrc or .bashrc.

export PATH=$HOME/.local/share/bin:$PATH

Then source the config file or open a new terminal tab.

. ~/.zshrc

Now you can install fsc.

awesome install shinokada/fsc

How to use it

List components

fsc
fsc list

List component props

For example, displaying navbar component props:

fsc navbar
fsc component

References