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

https://github.com/ramsondon/xng

Lightweight javascript templating engine based on lodash
https://github.com/ramsondon/xng

asynchronous auto-load javascript lodash model-transformations promises template-engine templates xng

Last synced: 19 days ago
JSON representation

Lightweight javascript templating engine based on lodash

Awesome Lists containing this project

README

          

# xng
#### the lightweight powerful javascript template loader on top of lodash.

```
npm install xng
```

![build passing](https://img.shields.io/badge/build-passing-green.svg?style=flat)
![license MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)

for the docs you can look into the source or go to https://ramsondon.github.io/xng.
there you can follow the quickstart instructions or directly goto https://ramsondon.github.io/xng?page=documentation.

Changelog available at:
* https://ramsondon.github.io/xng/?page=changelog
* https://github.com/ramsondon/xng/blob/master/CHANGELOG.md

##### lodash dependencies: (for anybody who wants to make a custom build)

* _.assign()
* _.cloneDeep()
* _.compact()
* _.escape()
* _.find()
* _.first()
* _.forEach()
* _.isArray()
* _.isFunction()
* _.isNull()
* _.isObject()
* _.isString()
* _.isUndefined()
* _.snakeCase()
* _.split()
* _.template()
* _.templateSettings
* _.toString()
* _.trim()
* _.trimEnd()
* _.trimStart()
* _.unescape()

# Development

npm install