https-wrapper
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

https-wrapper

Build status Test coverage NPM version NPM Downloads Prettier Conventional Commits

Wrap http server as https

Installation

npm install https-wrapper
# or use yarn 
yarn add https-wrapper

Usage

const httpsWrapper = require('https-wrapper')

API

Contributing

  • Fork it!
  • Create your new branch:
    git checkout -b feature-new or git 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)' or git 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, moyuyc95@gmail.com.

License

MIT - imcuttle 🐟

Package Sidebar

Install

npm i https-wrapper

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

8.65 kB

Total Files

13

Last publish

Collaborators

  • moyuyc