Skip to content

Commit

Permalink
doics
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk committed Nov 9, 2024
1 parent 465fe5c commit b954ef0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/docs/CLI/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# CLI overview

Rwf comes with its own command-line interface (CLI) to help with local development, and with releasing Rwf-powered apps to production.

## Install the CLI

The CLI is another Rust application, which can be installed with cargo:

```bash
cargo install rwf-cli
```

Once installed, you can run the Rwf CLI from any Rust project.
3 changes: 3 additions & 0 deletions docs/docs/CLI/packaging.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Packaging

Rwf applications consist of the Rust executable, templates, and static files like CSS and JavaScript.

0 comments on commit b954ef0

Please sign in to comment.