README
generator-ldf
A simple yeoman generator to create LDF server config files.
Requirements
Install
Either install from npm:
npm i generator-ldf
Or clone this repo and link it to npm:
npm link
Usage
Running ldf:server will create a new server config file based on the answers you provide to the questions.
The command takes an optional parameter to specify the output file, by default this is config.json.
License
All code is licensed under the MIT License