https-wrapper
v1.0.0
Published
Wrap http server as https
Downloads
117
Maintainers
Readme
https-wrapper
Wrap http server as https
Installation
npm install https-wrapper
# or use yarn
yarn add https-wrapperUsage
const httpsWrapper = require('https-wrapper')API
Contributing
- Fork it!
- Create your new branch:
git checkout -b feature-neworgit checkout -b fix-which-bug - Start your magic work now
- Make sure npm test passes
- Commit your changes:
git commit -am 'feat: some description (close #123)'orgit commit -am 'fix: some description (fix #123)' - Push to the branch:
git push - Submit a pull request :)
Authors
This library is written and maintained by imcuttle, [email protected].
License
MIT - imcuttle 🐟
