- all: show all employees
- add: add an employee
- id [id]: show employee by id
- name [name]: show employee by name
- email [email]: show employee by email
- del [id]: delete an employee by id
- reset: delete everything
- h: show this message
install tsc globally
npm i -g typescript
install dependencies
//from project root
npm i
build
tsc
install cli globally
npm i -g
uninstall
npm uninstall -g employeeee
show usage options
emp