https://github.com/toddself/beermath
A collection of functions to help calculate recipes for brewing beer
https://github.com/toddself/beermath
Last synced: 10 months ago
JSON representation
A collection of functions to help calculate recipes for brewing beer
- Host: GitHub
- URL: https://github.com/toddself/beermath
- Owner: toddself
- License: other
- Created: 2015-11-01T21:30:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-15T19:49:28.000Z (over 10 years ago)
- Last Synced: 2024-12-27T20:05:02.019Z (over 1 year ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/toddself/beermath)
# beermath
A collection of functions to help shape and create beer recipes.
## installation
`npm i -S beermath`
## usage
The `/dist` directory contains the ES6 source code, including an `index.js` that exports all of the symbols. The `jsnext:main` key points here to allow this to be used with ES6 build tools (like [Rollup](https://www.github.com/rollup/rollup)).
The `/src` directory contains the compiled-down ES5 variant which is generated when this package is published to NPM (or when you do `npm run build`).
## license
Copyright © 2015 Todd Kennedy, [Apache 2.0](license)