Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louisgv/fbk
Give feedback
https://github.com/louisgv/fbk
Last synced: 2 months ago
JSON representation
Give feedback
- Host: GitHub
- URL: https://github.com/louisgv/fbk
- Owner: louisgv
- Created: 2019-06-11T03:14:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:16:26.000Z (about 2 years ago)
- Last Synced: 2024-05-02T05:55:09.533Z (8 months ago)
- Language: JavaScript
- Size: 1000 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# fbk
> Use fbk to send feedback to someone.
## Zero-install usage
### Signup:
```bash
npx fbk signup
```### Send feedback:
```bash
npx fbk to user2 'I think you need to go out and get some fresh air.'
```### Read feedback:
```bash
npx fbk from user1
```## Install
```bash
$ npm install fbk
```## CLI
```
$ npx fbk --help
fbkSend feedback to your peer
Commands:
fbk from Get feedback
fbk Send feedback to your peer [default]
fbk login Login to fbk
fbk signup Signup for fbk
fbk to Send feedbackOptions:
--help Show help [boolean]
--version Show version number [boolean]```## Development
There are 2 available commands:
- `npm run dev` - Start development mode and recompile on change
- `npm run build` - Build a final distributable for npm