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

https://github.com/teesloane/bulletinboard

Tool - Moodboard server
https://github.com/teesloane/bulletinboard

cli golang masonry tool

Last synced: 7 months ago
JSON representation

Tool - Moodboard server

Awesome Lists containing this project

README

          

`bulletinboard` is a CLI tool that runs a server for viewing locally-hosted images.

![](./docs/screens/bb_1.jpg)
View more screenshots [here](./docs/screens). Examples images from Unsplash.

## Usage

- Download the latest release from the [releases](https://github.com/theiceshelf/bulletinboard/releases) page.
- Move the `bulletinboard` binary into your path if you want to run it from any directory.
- Run `bulletinboard` in a folder with images in it, or alternatively;
- Run `bulletinboard -path `
- Visit the given localhost url and view your images.

## Development

**Develop:**

- Requirements: `>= go 1.14`.
- Clone the repository.
- Run `make run`.

**Build:**

- Run `make release-local` (create a binary and move it to usr/local/bin)
- Run `make release` (create binarys for mac, windows, linux) and move to the`/build` folder.