https://github.com/egeuysall/bridge
Publish. Markdown. Effortlessly.
https://github.com/egeuysall/bridge
app cli full-stack golang markdown nextjs sharing tool
Last synced: 9 months ago
JSON representation
Publish. Markdown. Effortlessly.
- Host: GitHub
- URL: https://github.com/egeuysall/bridge
- Owner: egeuysall
- License: gpl-3.0
- Created: 2025-09-15T01:32:32.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-09-15T03:35:06.000Z (9 months ago)
- Last Synced: 2025-09-15T03:35:16.750Z (9 months ago)
- Topics: app, cli, full-stack, golang, markdown, nextjs, sharing, tool
- Language: TypeScript
- Homepage: https://bridge.egeuysal.com
- Size: 973 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Bridge
Bridge is a minimalist tool to share your Markdown files instantly.
Convert any `.md` file into a clean, shareable link with zero hassle.
## Features
- Easy Markdown sharing
- Instant web previews
- Simple, fast workflow
## Installation
Install Bridge using Go:
```bash
go install github.com/egeuysall/bridge/backend/cmd/bridge@latest
```
## Usage
To share a Markdown file, simply run:
```bash
bridge -p filename.md
```
This will automatically push your file to the internet and return a link that you can open or share.
## License
This project is licensed under the GNU General Public License v3.0 (GPL-3.0). See the [LICENSE](LICENSE) file for details.