#cli #feather #go #feather-cli

app feather-cli

A CLI for Feather

2 releases

Uses new Rust 2024

0.1.1 May 4, 2025
0.1.0 Apr 20, 2025

#550 in Command line utilities

Download history 147/week @ 2025-04-20 11/week @ 2025-04-27 134/week @ 2025-05-04

292 downloads per month

MIT license

7KB
128 lines

🛠️ 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.


Dependencies

~1.4–8.5MB
~74K SLoC