From 8f40c816b048f83d86af390f58aefe0ab49a1dbd Mon Sep 17 00:00:00 2001 From: jsoverson Date: Tue, 24 Jan 2023 21:20:32 +0000 Subject: [PATCH] v0.0.16 release --- README.md | 33 +++++++++++++++++---------------- apex.ts | 2 +- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 4311040..47d79a9 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Install `deno` with instructions To install a release version of the `apex` CLI, run the command below: ``` -deno install -A --unstable -f -n apex https://deno.land/x/apex_cli@v0.0.15/apex.ts +deno install -A --unstable -f -n apex https://deno.land/x/apex_cli@v0.0.16/apex.ts ``` To install from source, clone this repository and run `./apex run install` @@ -45,31 +45,32 @@ apex --help Output: ```console{title="apex help"} - Usage: apex - Version: v0.0.12 + Usage: apex + Version: v0.0.16 Description: - A code generation tool using Apexlang, an interface definition language (IDL) for modeling software. + A complete project tool suite based on Apexlang, an interface definition language (IDL) for modeling software. Options: - -h, --help - Show this help. - -V, --version - Show the version number for this program. + -h, --help - Show this help. + -V, --version - Show the version number for this program. Commands: - install - Install templates locally. - new