Skip to content

JeanDaniel-Fischer/generator-nginx-conf

Repository files navigation

generator-nginx-conf NPM version Build Status Dependency Status

Yeoman generator for easy bootstraping of nginx config file.

Installation

First, install Yeoman and generator-nginx-conf using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-nginx-conf

Then generate your nginx conf:

yo nginx-conf

You can also use the set of sub generator according to your need :

  • yo nginx-conf:server allow to only create a server section.
  • yo nginx-conf:angular allow to create a nginx conf made for an Angular app. The same as main generator but with a lot of presets.

Contributing

Feel free to open issues, send merge request and ask for improvements.

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © Jean-Daniel Fischer