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

https://github.com/magicdawn/ract

Yet another template engine learns from ractive
https://github.com/magicdawn/ract

Last synced: 3 months ago
JSON representation

Yet another template engine learns from ractive

Awesome Lists containing this project

README

          

# ract
> Yet another template engine learns from ractive

[![Build Status](https://img.shields.io/travis/magicdawn/ract.svg?style=flat-square)](https://travis-ci.org/magicdawn/ract)
[![Coverage Status](https://img.shields.io/codecov/c/github/magicdawn/ract.svg?style=flat-square)](https://codecov.io/gh/magicdawn/ract)
[![npm version](https://img.shields.io/npm/v/ract.svg?style=flat-square)](https://www.npmjs.com/package/ract)
[![npm downloads](https://img.shields.io/npm/dm/ract.svg?style=flat-square)](https://www.npmjs.com/package/ract)
[![npm license](https://img.shields.io/npm/l/ract.svg?style=flat-square)](http://magicdawn.mit-license.org)

## Install
```sh
$ npm i ract --save
```

## API
```js
const ract = require('ract');
```

## Changelog
[CHANGELOG.md](CHANGELOG.md)

## License
the MIT License http://magicdawn.mit-license.org