resourceful-coder

0.1.0 • Public • Published

Resourceful-coder

Converts resourceful resources back into the JavaScript code which created them.

You should probably not be using this project

The intended use of this project is for generating documentation code examples.

If you use this as a scaffolding tool or as some wierd reflection solution I probably won't approve.

Installation

 npm install resourceful-coder

Usage

var resourceful = require('resourceful');
var Creature = resourceful.define('creature');
var coder = require('resourceful-coder');
console.log(coder.code(Creature));

See more complete example here

Tests

No test suite yet, should add basic resource fitness test.

Code examples are working, check those out instead.

Readme

Keywords

none

Package Sidebar

Install

npm i resourceful-coder

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • marak