mirror of
https://github.com/bitwarden/browser
synced 2025-01-21 00:38:44 +01:00
L'estensione per Browser di Bitwarden funziona con Chrome, Firefox, Edge, Opera, Safari, Vivaldi, brave, Tor Browser. L'istanza bitwarden dei devol comprende tutte le funzioni premium di bitwarden
https://vaultwarden.devol.it
.vscode | ||
jslib@17cf059970 | ||
src | ||
.editorconfig | ||
.gitignore | ||
.gitmodules | ||
.npmignore | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tslint.json | ||
webpack.config.js |
Bitwarden Command-line Interface
The Bitwarden CLI is written in NodeJS with TypeScript. The CLI can be run on Windows, macOS, and Linux distributions.
Build/Run
Requirements
Run the app
npm install
npm run build:watch
You can then run commands from the ./build
folder:
node ./build/bw.js login
Contribute
Code contributions are welcome! Please commit any pull requests against the master
branch. Learn more about how to contribute by reading the CONTRIBUTING.md
file.
Security audits and feedback are welcome. Please open an issue or email us privately if the report is sensitive in nature. You can read our security policy in the SECURITY.md
file.