0.5.0 • Published 8 years ago

d41d8cd98f00b204e9800998ecf8427e v0.5.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Test for Intelisis

Version

0.1.0

And of course Intelisis itself is open source with a TestIntelisis on GitHub.

Installation

testIntelisis requires Node.js v6+ to run.

npm install d41d8cd98f00b204e9800998ecf8427e
or 
npm install --save-dev d41d8cd98f00b204e9800998ecf8427e

Usage

var test = require('d41d8cd98f00b204e9800998ecf8427e');

var map = '{ "DatosGenerales": { "Nombre" : data.nombre, } }';
var scope = { 'data': { 'nombre': 'Mi prueba', } };

var object = test(map, scope);

console.log(object);

License

MIT

0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago