0.0.1 • Published 6 years ago
nginx-server-block v0.0.1
nginx-server-block
Create nginx server block

Features
- Create nginx server block
This utility will create an server block for NGINX on a Ubuntu server.
Usage
nginx-serve-block create example.com contact@gmail.com.comInstall
npm install --save nginx-server-block
Or as binary
npm install --g nginx-server-block`
Scripts
- npm run build :
rm -rf dist && tsc && npm run readme - npm run readme :
node ./node_modules/.bin/node-readme - npm run test :
mocha ./dist/test/*.js
Dependencies
User needs to install
- NGXIN
- Certbot
| Package | Version | Dev |
|---|---|---|
| commander | ^2.19.0 | ✖ |
| great-logs | 0.0.4 | ✖ |
| prompts | ^2.0.1 | ✖ |
| shelljs | ^0.8.3 | ✖ |
| @types/chai | ^4.1.3 | ✔ |
| @types/mocha | ^5.2.0 | ✔ |
| @types/node | ^10.0.2 | ✔ |
| chai | ^4.1.2 | ✔ |
| mocha | ^5.1.1 | ✔ |
| node-readme | ^0.1.9 | ✔ |
Contributing
Please check the Contributing Guidelines for more details. Thanks!
Author
License
0.0.1
6 years ago