Crates.io | feather-cli |
lib.rs | feather-cli |
version | |
source | src |
created_at | 2025-04-20 16:16:15.747466+00 |
updated_at | 2025-05-04 20:35:25.546704+00 |
description | A CLI for Feather |
homepage | |
repository | |
max_upload_size | |
id | 1641843 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Feather CLI is the official toolchain for the Feather web framework.
It helps you scaffold, build, run, and hot-reload your Feather projects with ease.
feather new
cargo install feather-cli
# Create a new Feather app
feather-cli new my-app
# Build it
feather-cli build
# Run the app
feather-cli run
# Watch & reload automatically (dev mode)
feather dev
# Help & docs
feather help
Feather CLI is kept in sync with the latest features of the Feather framework.
Please report bugs or feature ideas in the issues section.
Ready to fly? Run
feather new
and start building with joy.