aonyx-cli 0.0.0

A command-line interface for building apps with Aonyx
1
2
3
4
5
6
7
8
//! A CLI to create and maintain Aonyx applications
//!
//! Aonyx is an opinionated and batteries-included full-stack framework for Rust, and this CLI
//! provides a command-line interface to help you create and maintain Aonyx applications.

fn main() {
    println!("Hello from Aonyx! 👋");
}