UNPKG

generate-nginx-config-for-thingies

Version:

Small cli which generates the appropriate nginx configuration files which will then later reside in /etc/nginx/sites-enabled directory.

36 lines (35 loc) 1.08 kB
{ "name": "generate-nginx-config-for-thingies", "version": "0.1.9", "description": "Small cli which generates the appropriate nginx configuration files which will then later reside in /etc/nginx/sites-enabled directory.", "main": "index.js", "bin": { "generate-nginx-config-for-thingies": "./index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "nginx", "CLI", "thingy", "machine", "config", "configuration" ], "repository": { "type": "git", "url": "git+https://github.com/JhonnyJason/generate-nginx-config-for-thingies.git" }, "author": "Lenard Frommelt", "license": "Unlicense", "bugs": { "url": "https://github.com/JhonnyJason/generate-nginx-config-for-thingies/issues" }, "homepage": "https://github.com/JhonnyJason/generate-nginx-config-for-thingies-output#readme", "dependencies": { "chalk": "^3.0.0", "fs-extra": "^9.0.0", "meow": "^6.1.0" } }