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

https://github.com/borischen0203/interview

This command-line mainly generates a random interview question for practising.
https://github.com/borischen0203/interview

cli corba golang interview-questions

Last synced: about 1 year ago
JSON representation

This command-line mainly generates a random interview question for practising.

Awesome Lists containing this project

README

          

# interview
This `interview` command-line mainly generates a random interview question for practising.

## Features
- `ask` command: Generate a random interview question.
- `list` command: List all interview questions.

## How to use

### Before
```bash
> make build # build execute file
```

### Run
```bash
> interview ask # quickly generate a random interview question

> interview list # list interview questions
```

## Tech stack
- Golang
- Cobra

### Todo:
- `add` command: Be able to add a new question into default list.

- `remove` command: Be able to remove question from list.

- `edit` command: Be able to edit the existing questions.

- `add fav` command: Be able to add questions into a favourite list.

- `add un` command: Be able to add questions into an unfamiliar list.