feather-cli

Crates.iofeather-cli
lib.rsfeather-cli
version
sourcesrc
created_at2025-04-20 16:16:15.747466+00
updated_at2025-05-04 20:35:25.546704+00
descriptionA CLI for Feather
homepage
repository
max_upload_size
id1641843
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`
size0
Bersis Sevimli (BersisSe)

documentation

README

🛠️ Feather CLI

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.


Features

  • Hot Reloading — Rebuilds on file changes
  • Project Scaffolding — Kickstart with feather new
  • Simple Commands — Build, run, and go

📦 Installation

cargo install feather-cli

🚀 Usage

# 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

🤝 Support

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.


Commit count: 0

cargo fmt