@ii887522/secret-manager
v2.0.0
Published
It allows the user to save, copy, update and delete a secret for easier management without worrying about forgetting or losing secrets.
Downloads
8
Maintainers
Readme
secret-manager
It allows the user to save, copy, read, update and delete a secret for easier management without worrying about forgetting or losing secrets.
Table of contents
- Usage
- Coding Style
- Prerequisites
- Install dependencies
- Lint project
- Automatically build project on save
- Start project
- Test project with code coverage analysis
- Automatically test project with code coverage analysis on change
- Deploy project
Usage
secret-manager
Coding style
This project follows Javascript Standard Style. Please familiarize yourself with the rules provided in the coding style and
make sure all the proposed code changes in your commits are conforming to the style before making a merge request. You can also make use of
StandardJS - Javascript Standard Style which is a Visual Studio Code plugin and npm run lint
command under the
Lint the project section to support you.
Prerequisites
- Windows 11 or Linux
- Visual Studio Code with plugins:
- EditorConfig for VS Code
- Markdown All in One
- StandardJS - Javascript Standard Style
- YAML
- Node.js 16.13.2 and later
Install dependencies
npm install
Lint the project
npm run lint
Build the project
npm run build
Automatically build the project on save
npm run build:watch
Start the project
npm start