Configuration generator for node module loopback-ssl (https://www.npmjs.com/package/loopback-ssl)
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
- 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.
- Want to contribute? Great! Please check this guide.
- Fork it ( https://github.com/yantrashala/generator-loopback-ssl/fork )
- Create your feature branch (git checkout -b new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin new-feature)
- Create new Pull Request
MIT.