https://github.com/ruslang02/bitwarden-qt
The Bitwarden desktop vault running on Node.JS and Qt.
https://github.com/ruslang02/bitwarden-qt
bitwarden desktop javascript nodegui qt typescript
Last synced: about 1 year ago
JSON representation
The Bitwarden desktop vault running on Node.JS and Qt.
- Host: GitHub
- URL: https://github.com/ruslang02/bitwarden-qt
- Owner: ruslang02
- License: gpl-3.0
- Created: 2020-10-05T07:19:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T07:21:52.000Z (over 5 years ago)
- Last Synced: 2025-01-13T20:34:39.472Z (over 1 year ago)
- Topics: bitwarden, desktop, javascript, nodegui, qt, typescript
- Language: TypeScript
- Homepage:
- Size: 158 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NodeGui boilerplate
A boilerplate desktop project that includes:
- NodeGui
- SCSS support
- TypeScript
- i18n and localization files
- Multi-platform deployment support
- ESLint rules
- GitHub Actions configuration
- Config files support
- Application message bus

Node.JS v12+ is required to build.
## Installing from sources
```bash
git clone https://github.com/ruslang02/nodegui-boilerplate
cd nodegui-boilerplate/
npm install
npm start
```
## Configuration
File `~/.config/nodegui-boilerplate-nodejs/config.json` is responsible for app configuration.
## License
GPL 3.0
## Third-party
- [NodeGui](https://github.com/nodegui/nodegui)
- [Qt](https://www.qt.io/)
- [Packer](https://github.com/nodegui/packer)