New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

beerjson

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beerjson

simply represent a brew recipe with json.

  • 0.1.5
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created

Beer.json

An easy to read, simple representation of a brew recipe in JSON.

why?

At time of writing, there is only one standard way of saving a beer recipe, and it is not the prettiest thing in the world. Lots of angular brackets and such.

Beer.json is intended to do one thing, and one thing only. Represent a recipe for a single brew.

tenets

  • One file = one recipe.
  • Only relevant info. If you need to know your caryophyllene levels when pitching your hops, you might be better off looking at the angle-bracket solution.

converters

Currently working on the first, beerxml -> beerjson converter. It's written with node. Use it like this:

npm install -g beerjson
bxml2bjson sweet-recipe.json

FAQs

Package last updated on 16 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts