All Projects → danilolekovic → kite

danilolekovic / kite

Licence: MIT license
small + super-fast HTML templating

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to kite

django-hamlpy
Haml like templates for Django!
Stars: ✭ 59 (+227.78%)
Mutual labels:  templating
pixie
Tiny template functions.
Stars: ✭ 14 (-22.22%)
Mutual labels:  templating
enmasse
📫 enmasse – Templated emails for GMail.
Stars: ✭ 23 (+27.78%)
Mutual labels:  templating
plazar-js
Modular framework built with enterprise in mind - http://www.plazarjs.com
Stars: ✭ 25 (+38.89%)
Mutual labels:  templating
hypertag
HTML templates with Python-like concise syntax, code reuse & modularity. The Pythonic way to web templating.
Stars: ✭ 27 (+50%)
Mutual labels:  templating
gpp
General PreProcessor
Stars: ✭ 25 (+38.89%)
Mutual labels:  templating
Meteor-Template-helpers
Template helpers for Session, logical operations and debug
Stars: ✭ 35 (+94.44%)
Mutual labels:  templating
ashes
⚱️ Lightweight, self-contained templating for Python 2 and 3, a la Dust templates
Stars: ✭ 57 (+216.67%)
Mutual labels:  templating
hesperides
Configuration management tool providing universal text file templating and properties editing through a REST API or a webapp (backend part)
Stars: ✭ 35 (+94.44%)
Mutual labels:  templating
psh
PSH - PHP shell helper
Stars: ✭ 60 (+233.33%)
Mutual labels:  templating
express-edge
🔤  Use Edge templating engine with Express
Stars: ✭ 45 (+150%)
Mutual labels:  templating
craft3-blockonomicon
Manage matrix fields on a per-block basis. Bundle presentation with blocks. Render entire matrices with a single line.
Stars: ✭ 32 (+77.78%)
Mutual labels:  templating
Prinder
Free Pull Request reminder for Github. Has configurations to post reminders to Slack and email along with jinja templating
Stars: ✭ 21 (+16.67%)
Mutual labels:  templating
docker-template
🚢 Encapsulated extensible Docker repositories, and images... with metadata.
Stars: ✭ 22 (+22.22%)
Mutual labels:  templating
bb8
Starter kit for automating tasks in everyday front-end development. 👨🏻‍💻 ⚡️ 🛠 ✨ 🤖
Stars: ✭ 13 (-27.78%)
Mutual labels:  templating
AutoInterface
C# interface-to-member source generator
Stars: ✭ 47 (+161.11%)
Mutual labels:  templating
belf
Balika011's PlayStation 4 ELF loader for IDA Pro 7.0/7.1
Stars: ✭ 31 (+72.22%)
Mutual labels:  imports
morestachio
Lightweight, powerful, flavorful, template engine.
Stars: ✭ 45 (+150%)
Mutual labels:  templating
marinate
🥘 A JavaScript library making use of Tagged Template Literals to chunk, transform and pipe a template to a given stream.
Stars: ✭ 20 (+11.11%)
Mutual labels:  templating
docker-bakery
Dockerfile hierarchy management tool with automatic rebuilding of dependent images when parent changes
Stars: ✭ 30 (+66.67%)
Mutual labels:  templating

Kite

Information

Features

  • Only half a kilobyte (643b)
  • Fast
  • Error handling
  • Multiple files

Example

index.html:

<kite src="test.html"></kite>

test.html:

<p>Hello world!</p>

Get It Now

Simply add this tag to the bottom of your HTML file.

<script src="https://raw.githubusercontent.com/danilolekovic/kite/master/src/kite.min.js"></script>

To-Do

[x] Multiple files in one tag

License

This project is licensed under the permissive MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].