generator-loopback-ssl
Configuration generator for node module loopback-ssl (https://www.npmjs.com/package/loopback-ssl)
Installation
First, install Yeoman and generator-loopback-ssl using npm (we assume you have pre-installed node.js).
npm install -g yonpm 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
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
- 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
See Also
License
MIT.