Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 689 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 689 Bytes

Rootvan New Site 0.0.2 Beta

Node.js CLI app to create Apache domains for your local sites.

  • Automaticly create/update conf files
  • Automaticly updates hosts file

Platform

  • Ubuntu 18.04 (Not tested any other OS or Distro)

Requirements

  • Node.js (Tested on 10.13.0)
  • NPM (Tested on 6.4.1)

Installation

With NPM

$ npm i -g rootvan-new-site

or clone the repo and

$ sudo npm install -g rootvan-new-site/

Usage

$ sudo rootvan-new-site [domain] [path]

Todos

  • Check parameters before run command
  • Add async/await
  • Add new commands for better UX
  • Add tests
  • Update documentation

License

MIT