https://github.com/chrisabdo/hexadecimal-secret-generator
https://github.com/chrisabdo/hexadecimal-secret-generator
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chrisabdo/hexadecimal-secret-generator
- Owner: ChrisAbdo
- Created: 2024-01-31T18:45:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-31T19:08:06.000Z (over 1 year ago)
- Last Synced: 2025-02-15T10:13:20.316Z (4 months ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun-secret
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.0.26. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.