This repository has been archived by the owner on Sep 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Axe API v1.4 is out! | ||
|
||
`v1.4` comes with one feature and a security upgrades. | ||
|
||
Let's discover it more! | ||
|
||
## Axe CLI | ||
|
||
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. | ||
|
||
You can install the `axe-api` framework as a CLI tool if you wish. | ||
|
||
```bash | ||
$ npm install -g axe-api | ||
``` | ||
|
||
You can start to use the `axe` CLI command after the installation. | ||
|
||
```bash | ||
$ axe | ||
|
||
Usage: axe-magic [options] [command] | ||
|
||
AXE API CLI tool | ||
|
||
Options: | ||
-V, --version output the version number | ||
-h, --help display help for command | ||
|
||
Commands: | ||
new <project-name> Create a new Axe API project. | ||
model:create <models...> Create model files | ||
hooks:create <models...> Create hooks files for models | ||
help [command] display help for command | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters