Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.
/ orcbrew-utils Public archive
forked from jnwhiteh/orcbrew-utils

Convert .orcbrew files to consumable JSON

Notifications You must be signed in to change notification settings

korokd/orcbrew-utils

 
 

Repository files navigation

orcbrew2js (Node.js)

This repository exports a Node module that runs the parser that @jnwhiteh wrote in Golang behind the scenes to transform .orcbrew files into JS objects.

Install

npm i orcbrew2js

In a nutshell

Basically, all you have to do is extract the content from the .orcbrew file and pass it to the exported function, which returns a Promise; then you can simply .then(obj => { ... }), where obj is a JS object.

About

Convert .orcbrew files to consumable JSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.4%
  • JavaScript 3.6%