Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/colonjs/colon

Minimal, concise and blazing fast template engine.
https://github.com/colonjs/colon

colon javascript template-engine

Last synced: 11 days ago
JSON representation

Minimal, concise and blazing fast template engine.

Awesome Lists containing this project

README

        


colon


colon:


Minimal, concise and blazing fast template engine.


Server side render is coming.




Travis-ci


NPM Version


NPM Downloads


size


MIT License

### Usage

See [the website](https://colonjs.github.io/).

### Why colon

- `siwg`, `art-template`, `doT` ...

```html

{{ title }}



    {% for author in authors %}
  • {{ author }}

  • {% endfor %}

```

- `colon`

```html

{{ title }}



  • {{ author }}


```

`colon` has a more concise template syntax.

### Thanks

- syntax inspired by [Vue](https://github.com/vuejs/vue)

### License

Licensed under the [MIT License](https://github.com/colonjs/colon/blob/master/LICENSE)