You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
Export (create) a new API method
homedir
. The goal is to design an API similar to Node.js os.homedir.When we need to create and manage a "global" configuration on the system we need a dedicated directory for NodeSecure (to store the configuration).
This new method should return the path to a nodesecure directory is the os home directory:
The new API must be used like this:
This new API will be useful in our tools like CLI or CI (for example, look at
kHomePath
const: NodeSecure/cli#104).The text was updated successfully, but these errors were encountered: