fisay
v0.2.0-development
Published
a css framework like tailwind css
Downloads
6
Maintainers
Readme
fisay css
A framework css like a tailwind.
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
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]
# watcher
fisay compile -i <input> -o <output> -w
# show list of commands
fisay --help
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.