You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2024. It is now read-only.
`v1.4` comes with one feature and a security upgrades.
4
+
5
+
Let's discover it more!
6
+
7
+
## Axe CLI
8
+
9
+
Axe API had a separate tool called `axe-magic` to provide some CLI functionalities such as creating a new Axe API project. Axe API started to provide this CLI tool as a part of the framework library with the new version.
10
+
11
+
You can install the `axe-api` framework as a CLI tool if you wish.
12
+
13
+
```bash
14
+
$ npm install -g axe-api
15
+
```
16
+
17
+
You can start to use the `axe` CLI command after the installation.
18
+
19
+
```bash
20
+
$ axe
21
+
22
+
Usage: axe-magic [options] [command]
23
+
24
+
AXE API CLI tool
25
+
26
+
Options:
27
+
-V, --version output the version number
28
+
-h, --help display helpforcommand
29
+
30
+
Commands:
31
+
new <project-name> Create a new Axe API project.
32
+
model:create <models...> Create model files
33
+
hooks:create <models...> Create hooks files for models
0 commit comments