We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaebfc4 commit 2eed1acCopy full SHA for 2eed1ac
README.md
@@ -5,6 +5,7 @@
5
6
- [@idrinth-api-bench/cli](#idrinthapi-bench-cli)
7
- [Contents](#contents)
8
+ - [Set-Up](#set-up)
9
- [What does this project do?](#what-does-this-project-do)
10
- [Usage \& Examples](#usage--examples)
11
- [License](#license)
@@ -16,6 +17,11 @@
16
17
18
This is the issue repository for a typescript framework meant to performance test anything even remotely rest-like and related tools.
19
20
+## Set-Up
21
+
22
+- Install dependencies with `npm ci`
23
+- Run the language file setup using `npm run language`
24
25
## What does this project do?
26
27
This project provides a CLI tool for @idrinth-api-bench/framework to generate code.
0 commit comments