0.0.4 • Published 10 years ago

ramses v0.0.4

Weekly downloads
8
License
Public Domain
Repository
github
Last release
10 years ago

What's "ramses"?

Ramses is a node.js module that makes building RAML awesome.

Usage

ramses = require('ramses');
console.log(ramses("file.raml"));

Features

Better includes

How about including a directory of files in list form?

traits: !include config/traits/*
resourceTypes: !include config/resourceTypes/*

How about being able to include anything, anywhere?

version: v3
!include anything.raml

Better JSON

How about including a CSON schema based on xcson that automatically compiles down to JSON?

schema: !include example.cson

Installation

Use npm.

$ npm install ramses

Otherwise, you can check ramses into your repository and expose it:

$ git clone git://github.com/awnist/ramses.git node_modules/ramses/

ramses is UNLICENSED.

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago