Skip to content
This repository has been archived by the owner on Apr 2, 2018. It is now read-only.
/ merge-apib Public archive

Simple script that merges separated API-blueprint files in one

License

Notifications You must be signed in to change notification settings

ValeriaVG/merge-apib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API-blueprint merging tool

Simply merges .apib and .md files into one for further testing and publishing.

Installation

Install package from npm globally

npm install -g apibmerge

or locally

npm install apibmerge --save-dev

Usage from command-line

apibmerge <directory> [<outputfile>]

Usage from script

Include in your script as usial

var apibmerge = require('apibmerge');
var list = apibmerge.scan(dir); // Scans folder for .md and .apib
apibmerge.merge(list,output); // Creates one file from array of file paths

About

Simple script that merges separated API-blueprint files in one

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published