Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/louisgv/fbk

Give feedback
https://github.com/louisgv/fbk

Last synced: 2 months ago
JSON representation

Give feedback

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
fbk

Send 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 feedback

Options:
--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