Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
Added new blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
ozziest committed Apr 21, 2024
1 parent 91cfde3 commit 4d6a5c7
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/blog/2024-04-21-axe-api-v1-4-is-out.md
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
```
5 changes: 5 additions & 0 deletions docs/blog/BlogIndex.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<script setup lang="ts">
const posts = [
{
time: "21 April, 2024",
title: "Axe API v1.4 is out!",
url: "/blog/2024-04-21-axe-api-v1-4-is-out",
},
{
time: "08 April, 2024",
title: "Axe API v1.3 is out!",
Expand Down

0 comments on commit 4d6a5c7

Please sign in to comment.