create-interview
v1.0.4
Published
## How to use
Downloads
7
Readme
Create Interview
How to use
Run the following command:
npx create-interview@latest
What's inside?
src
: cli source code to create interview examexams
: list of exams for the interview
Utilities
This project has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
Build
To build all apps and packages, run the following command:
yarn build
Develop
To develop all apps and packages, run the following command:
yarn dev