https://github.com/thondery/kenote-nginx
nginx for vhost
https://github.com/thondery/kenote-nginx
cli kenote nginx
Last synced: about 2 months ago
JSON representation
nginx for vhost
- Host: GitHub
- URL: https://github.com/thondery/kenote-nginx
- Owner: thondery
- License: mit
- Created: 2017-10-07T08:12:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T07:23:40.000Z (over 8 years ago)
- Last Synced: 2025-09-20T05:57:58.210Z (9 months ago)
- Topics: cli, kenote, nginx
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kenote-nginx
nginx for vhost
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![dependencies Status][dependencies-image]][dependencies-url]
[![Gratipay][licensed-image]][licensed-url]
[npm-image]: https://img.shields.io/npm/v/kenote-nginx.svg
[npm-url]: https://www.npmjs.org/package/kenote-nginx
[downloads-image]: https://img.shields.io/npm/dm/kenote-nginx.svg
[downloads-url]: https://npmjs.org/package/kenote-nginx
[dependencies-image]: https://david-dm.org/thondery/kenote-nginx/status.svg
[dependencies-url]: https://david-dm.org/thondery/kenote-nginx
[licensed-image]: https://img.shields.io/badge/license-MIT-blue.svg
[licensed-url]: https://github.com/thondery/kenote-nginx/blob/master/LICENSE
## Install
```bash
npm i -g kenote-nginx
```
## Commands
```bash
Usage: node-nginx [command] [options]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
conf [path] set nginx conf path...
add add nginx conf
list list nginx confs
show show nginx conf path
```
## License
this repo is released under the [MIT License](https://github.com/thondery/kenote-nginx/blob/master/LICENSE).