beameio / beame-insta-ssl

HTTP is over. Don’t get left behind. Get free, secure HTTPS tunneling to your machine! Quick start here!
Other
600 stars 41 forks source link

wrap inside of the package #58

Closed jjhesk closed 4 years ago

jjhesk commented 6 years ago

can i do so because i am trying to wrap the module inside the package for standalone ship.

for the beame-sdk, how does it work out of the sdk?

organom commented 4 years ago

Hi @jjhesk ,

Insta-ssl wraps the beame-sdk and most of the underlining functionality happens at the beame-sdk level.

If your idea is to wrap the insta-ssl for offline installation, npm allows it via the bundleddependencies. An easy way to pack all the dependencies is by installing bundle-deps:

npm install -g bundle-deps
bundle-deps
npm pack

then the result beame-insta-ssl-1.*.tgz will contain all that it needs. to install from it using npm install beame-insta-ssl-1.*.tgz

Please reopen or create a new issue if extra help is still required