Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T07:23:40.000Z (over 7 years ago)
- Last Synced: 2024-04-15T16:08:22.048Z (10 months ago)
- Topics: cli, kenote, nginx
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- 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 informationCommands:
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).