UNPKG

mson2json

Version:

Convert API Blueprints in MSON format to JSON!

21 lines (13 loc) 217 B
# mson2json Convert API Blueprints from MSON format to JSON! ## Installation ``` npm install -g mson2json ``` ## Usage ``` $ mson2json PATH_TO_MSON_FILE [OUTPUT_FILE] ``` ## TODO 1. Add tests 2. Add solid docs