confidant-js
v0.2.0
Published
Multi platform scalable environment variables manager
Readme
Confidant-Js
Multi platform scalable environment variables manager
https://www.npmjs.com/package/confidant-js
Installation
npm install confidant-jsUsage
import Confidant from "confidant-js";
const confidant = new Confidant();
console.log(confidant.credentials);Compile Typescript
For Development
npx tsc --watchFor Production
npm run buildPublish to npm
Login to npm
npm loginPublish the Package
npm publish --access publicInstall and Test
npm install confidant-jsUpdating the Package
To update confidant-js:
Bump the version in package.json (e.g., 0.1.1).
Run:
npm publish --access public