Skip to content

a front-end language toolkit support template syntax

License

Notifications You must be signed in to change notification settings

itchina110/flkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLKit

FLKit is a front-end language(HTML、CSS、JS) toolkit that support template syntax(etc: Smarty, PHP).

Support Template Syntax

  • Smarty
  • PHP
  • other template syntax with delimiter

advanced support:

  • support nesting delimiter: <% $value = <%$name%> + 1 %>
  • support multi delimiter: <% $value = 1%> <& $value &>

Test

npm test

FLKit also support test in web, you can use it by following steps:

  • enter web directory
  • exec npm install to install dependencies
  • enter www directory, exec node index.js
  • open browser, open http://localhost:8360/

LICENSE

MIT

About

a front-end language toolkit support template syntax

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages