1.1.0 • Published 8 years ago

fabrico v1.1.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
8 years ago

fabrico

fabrico latin āvī, ātus, āre VERB build/construct/fashion/forge/shape

Content generation for world-building, RPGs, stories, and more.

installation

npm install fabrico

usage

See fantasy.js for in-depth details.

var fantasy = require('fabrico/dist/fantasy');
console.log(fantasy.character.get());

Outputs something similar to

{
    "name":"Marel",
    "race":"half-elf",
    "gender":"male",
    "eyes":"blue",
    "hair":"gray",
    "profession":"carpenter",
    "inventory":["dagger","ring"]
}