Sunday 30 August 2020

How to load a library into a CLI instance, or other temp environment?

I have little instances where it would be nice to access a library outside of my project for some side reason. At the moment, I would like to open node CLI, run bcrypt with my hash secret (or whatever it's called), and get the actual hash of my password for an external service, so that i can use it to test my API connection including initial account setup, to that service.Is there any way to do it?Or do you guys use another sandbox project for this kind of thing?

Submitted August 30, 2020 at 09:53PM by embar5

No comments:

Post a Comment