https://github.com/saulotarsobc/sc-password-gen
A safe password generator
https://github.com/saulotarsobc/sc-password-gen
electron electron-builder password password-generator vite
Last synced: 2 months ago
JSON representation
A safe password generator
- Host: GitHub
- URL: https://github.com/saulotarsobc/sc-password-gen
- Owner: saulotarsobc
- Created: 2025-05-27T18:32:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-28T17:37:00.000Z (about 1 year ago)
- Last Synced: 2025-07-12T07:05:09.323Z (12 months ago)
- Topics: electron, electron-builder, password, password-generator, vite
- Language: TypeScript
- Homepage:
- Size: 864 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# SC - Password Gen
> A safe password generator
---
---
---

---
## Getting Started
```bash
# Clone this repository
$ git clone https://github.com/saulotarsobc/sc-password-gen
# Go into the repository
$ cd sc-password-gen
# Install dependencies
$ yarn install
# Run the app
$ yarn dev
```
---
## Available Scripts
- **dev**: Builds the Electron app and starts the development environment using the dev script.
- **vite:dev**: Starts the Vite development server.
- **vite:build**: Compiles TypeScript and builds the Vite application for production.
- **preview**: Previews the built Vite application.
- **electron:build**: Compiles TypeScript files in the electron directory.
- **build:all**: Runs both electron:build and vite:build to prepare the entire application.
- **postinstall**: Installs application dependencies using electron-builder.
- **update:readme**: Updates the readme file using a script.
- **dist**: Builds the application and packages it for distribution using electron-builder.
---
## References
- [Electron Builder](https://www.electron.build/)
- [ElectronJS with NextJS](https://github.com/saulotarsobc/electronjs-with-nextjs)
- [Electron](https://www.electronjs.org/)
- [Vite](https://vite.dev/)
- [Como criar um app Electron usando Vite](https://dev.to/rafaelberaldo/como-criar-um-app-electron-usando-vite-52d6) - [@rfberaldo](https://github.com/rfberaldo)