0.3.8 • Published 7 years ago

flexite v0.3.8

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
7 years ago

Flexite

Flexite allows you to build static website fast using pug/css templates

Flexite is under construction...

Installation

npm install flexite

Example

var flexite=require('flexite');

flexite.getDemo('simplicity',(data)=>{
    flexite.create(data).compile().export();
});

"'demo.json' is located in 'templates/simplicity/', if you want to give a look"

Doc

  • Vars
  • js flexite.data > Containing template data object
  • js flexite.html > Containing compiled pug/css/js

  • Functions

  • js flexite.create({data}) > Push object to data
  • js flexite.compile() > Compile data to html
  • js flexite.export() > Create html/json files
  • js flexite.getDemo(template,callback) > Return demo Object data of the template

Templates

  • simplicity
0.3.8

7 years ago

0.3.7

7 years ago

0.3.6

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago