An open API service indexing awesome lists of open source software.

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.

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.