mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-07 19:07:45 +01:00
The browser extension vault (Chrome, Firefox, Opera, Edge, Safari, & more).
.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.