Skip to content

yantrashala/generator-loopback-ssl

Repository files navigation

generator-loopback-ssl

Configuration generator for node module loopback-ssl (https://www.npmjs.com/package/loopback-ssl)

NPM version Build Status Dependency Status Coverage percentage

Installation

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

npm install -g yo
npm install -g generator-loopback-ssl

Install loopback

# install loopback-cli
npm install -g loopback-cli

# create project directory
mkdir <app-name>
cd <app-name>

# create loopback application
lb
# ? What's the name of your application? <app-name>
# ? Which version of LoopBack would you like to use? 3.x (current)
# ? What kind of application do you have in mind? notes

Install loopback-ssl

yo loopback-ssl

Example

generator-loopback-ssl

Getting To loopback-ssl

  • Node module to enable HTTPS/SSL in a loopback application with simple configurations.
  • The module also enables trusted peer authentication.
  • Feel free to learn more about loopback-ssl.

Contributing

See Also

License

MIT.