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.
- Host: GitHub
- URL: https://github.com/borischen0203/interview
- Owner: borischen0203
- License: apache-2.0
- Created: 2021-08-25T16:22:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T15:01:08.000Z (almost 5 years ago)
- Last Synced: 2024-06-21T13:01:30.172Z (almost 2 years ago)
- Topics: cli, corba, golang, interview-questions
- Language: Go
- Homepage:
- Size: 3.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.