| Crates.io | wingman |
| lib.rs | wingman |
| version | 0.1.0 |
| created_at | 2021-02-23 04:07:23.770365+00 |
| updated_at | 2024-03-21 02:15:59.43787+00 |
| description | A runtime for websites and a static site generator. |
| homepage | https://wingman-rs.neocities.org/ |
| repository | https://github.com/tristanisham/Wingman |
| max_upload_size | |
| id | 359291 |
| size | 94,647 |
A runtime for websites and a static site generator.
Usage: wingman [COMMAND]
Wingman is a command line tool written in and library for people who want to make a website. Let's go through setting up a new Wingman project.
cargo install wingman # If you have Rust installed, install Wingman from crates.io.
Open up your terminal and create a new empty directory. Then, run:
wingman init -f # In a nonempty directory, use `-f` to force initialize a new Wingman project.
Build your website with:
wingman build
Or rebuild on file change:
wingman build --watch
View your website locally.
wingman serve --port 3030 # The port flag is option. Wingman defaults to port 3030.