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
- Host: GitHub
- URL: https://github.com/teesloane/bulletinboard
- Owner: teesloane
- Created: 2020-09-05T21:10:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-21T22:08:42.000Z (over 4 years ago)
- Last Synced: 2025-03-24T10:25:37.842Z (7 months ago)
- Topics: cli, golang, masonry, tool
- Language: CSS
- Homepage:
- Size: 7.62 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
`bulletinboard` is a CLI tool that runs a server for viewing locally-hosted images.

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.