Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fankaiLiu committed Oct 29, 2023
1 parent 3d08047 commit 327cd14
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "salvo-cli"
version = "0.1.13"
version = "0.1.14"
edition = "2021"
authors = ["Fankai Liu [email protected]"]
keywords = ["salvo", "cli","template"]
Expand Down
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@

# Salvo CLI

<div align="center">
<p><img alt="Savlo" width="132" style="max-width:40%;min-width:60px;" src="https://p.sda1.dev/13/9268fb110f27611fa143c7aafbac61ab/monkeybread4352_a_technology_software_logo_for_windseabird_with_8fb4a0df-e233-414e-80a3-cf144ef44209.png" /></p>
<p>
<a href="https://github.com/salvo-rs/salvo-cli/actions">
<img alt="build status" src="https://github.com/salvo-rs/salvo-cli/actions/workflows/rust.yml/badge.svg?branch=main" />
</a>
<a href="https://crates.io/crates/salvo-cli"><img alt="crates.io" src="https://img.shields.io/crates/v/salvo-cli" /></a>
<a href="https://crates.io/crates/salvo-cli"><img alt="Download" src="https://img.shields.io/crates/d/salvo-cli.svg" /></a>
<img alt="License" src="https://img.shields.io/crates/l/salvo-cli.svg" />
</p>
</div>
Salvo CLI is a command-line interface tool for the [Salvo](https://github.com/salvo-rs/salvo) web framework. It helps streamline the process of setting up a new Salvo project by generating a template structure.

## Installation
Expand Down

0 comments on commit 327cd14

Please sign in to comment.