Skip to content

awnist/ramses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A node module for building RAML files smarter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published