1.0.2 • Published 7 years ago

factorio-recipes v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

factorio-recipes

Generating recipe JSON

npm install --global factorio-recipes
GAME_DIR = example/Factorio
factorio-recipes $GAME_DIR>recipes.json
# or alternatively
factorio-recipes $GAME_DIR --save # will save to recipes-$VERSION.json

Importing premade JSON

npm install --save factorio-recipes
const recipes = require('factorio-recipes/recipes-0.15.10.json')