https://github.com/hellflame/jp-note
https://github.com/hellflame/jp-note
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hellflame/jp-note
- Owner: hellflame
- License: mit
- Created: 2024-04-10T10:33:57.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T12:51:24.000Z (almost 2 years ago)
- Last Synced: 2025-06-04T06:22:31.018Z (10 months ago)
- Language: Go
- Size: 791 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# JP Note
It helps to remember japanese notes.

## Install
```bash
go install github.com/hellflame/jp-note@latest
```
An executable named `jp-note` will be install at `$GOPATH/bin`
## Usage
```
usage: jp-note [--help] [--host HOST] [--port PORT] [--no-browser]
start jp note server
options:
--help, -h show this help message
--host HOST host address (default: 127.0.0.1)
--port PORT, -p PORT listen port (default: 8080)
--no-browser don't open browser
```