From 87e999425dd6f9b28db41fcb848e2d877bb4617c Mon Sep 17 00:00:00 2001 From: nikola-bleech <49150551+nikola-bleech@users.noreply.github.com> Date: Mon, 24 Jun 2019 12:41:33 +0200 Subject: [PATCH 1/2] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..61051aa --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +## Config generator for Apache Virtual Host + +### Installation: +Run `npm install {path}` in root folder of your project. + +### Use: +Run `node vh-config` from root folder of your project to generate apache config files. + +### Options: +List of available options: +* -h, --help +* -d, --default +* -f, --force +* -v From 0bca644fdddf7ae3991b8e469c4cbf4925eb257c Mon Sep 17 00:00:00 2001 From: nikola-bleech <49150551+nikola-bleech@users.noreply.github.com> Date: Mon, 24 Jun 2019 12:52:45 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 61051aa..d54d8cb 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ ## Config generator for Apache Virtual Host ### Installation: -Run `npm install {path}` in root folder of your project. +Run `npm install git+https://github.com/nikola-bleech/vh-config.git` in root folder of your project. ### Use: Run `node vh-config` from root folder of your project to generate apache config files. ### Options: List of available options: -* -h, --help -* -d, --default -* -f, --force -* -v +* `-h`, `--help` +* `-d`, `--default` +* `-f`, `--force` +* `-v`