https://github.com/cerberusprogrammer/converterbinary
https://github.com/cerberusprogrammer/converterbinary
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cerberusprogrammer/converterbinary
- Owner: CerberusProgrammer
- Created: 2021-12-07T02:10:31.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-08T05:18:52.000Z (about 4 years ago)
- Last Synced: 2025-01-08T20:47:13.819Z (about 1 year ago)
- Language: TypeScript
- Size: 346 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Converter
A minimalist text to binary code converter using Angular + Electron.js
## Install
```bash
npm install
npm ci
```
Then run:
```bash
ng build
npx electron .
```
Enjoy the app.