frigate
v1.0.0
Published
a jquery based html preprocessor
Downloads
7
Maintainers
Readme
#What is frigate ? Frigate is a jquery based html preprocessor which helps write html faster with much less code,time,effort.
#What problem it solves? Writing pure HTML markup is tedious and kills a lot of development time. Frigate was created to simply make this process faster.
#Two quick example :
header(.header-class #header-id){
nav(.nav-class #nav-id){
ul(.ul-class #ul-id){
li(.li-class #li-id){
a
}*5
}*2
}
}
#installation Include jquery to your project(latest dist recommended ). Include the file 'frigate.min.js'.
#Usage Before using this preprocessor It's neccessary to get familiar with it's syntax.Please visit This page for documentation. How to implement