Skip to content

fiandev/fisay

Repository files navigation

fisay css

A framework css like a tailwind CSS and have utilities components like boostrap.


how to usage

installation

clone repository

# clone git repository
git clone https://github.com/fiandev/fisay

# entering repository project
cd fisay

# install required dependencies
npm install

# run npm ```npm link```

npm link

install from npm

# install in global

npm install fisay -g

compile file html to css

input can be path of file or directory.

# example command
fisay compile -i <input> -o <output> [options]

# example
fisay compile -i ./index.html -o ./output/style.css --watch

# watcher
fisay compile -i <input> -o <output> -w

# show list of commands
fisay --help

# init configuration
fisay init

Documentation

comming soon!

Community

comming soon!

Contributing

If you're interested in contributing to fisay CSS, please read our contributing docs before submitting a pull request.