UNPKG
nginxc
Version:
latest (1.0.0)
1.0.0
Tiny framework for building `nginx.conf` files programmatically.
nginxc
/
index.js
9 lines
(7 loc)
•
143 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/*! * nginxc * Copyright(c) 2017 Carlos Ascari Gutierrez Hermosillo * MIT Licensed */
'use strict'
;
module
.
exports
=
require
(
'./lib/nginxc'
);