Initial commit
This commit is contained in:
27
README.md
Normal file
27
README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# bulb
|
||||
|
||||
A simple bulletin board for your server. Users of the system can post and read
|
||||
messages using the "bulb" command. You can also set up multiple boards.
|
||||
|
||||
## Usage
|
||||
|
||||
To list available boards:
|
||||
|
||||
```
|
||||
bulb
|
||||
```
|
||||
|
||||
To post a message:
|
||||
|
||||
```
|
||||
bulb post Message text
|
||||
bulb post -b <board-name> Message text
|
||||
```
|
||||
|
||||
To read recent messages:
|
||||
|
||||
```
|
||||
bulb read
|
||||
bulb read -b <board-name>
|
||||
bulb read -n <message-count>
|
||||
```
|
||||
Reference in New Issue
Block a user