ferrisup 0.2.5

A versatile Rust project bootstrapping tool - start anywhere, scale anywhere
Documentation
1
2
3
4
5
6
7
8
9
{
  "next_steps": [
    "📊 Try the example analysis: cd {{project_name}} && cargo run -- analyze -f data/example_data.json",
    "📈 Run statistical analysis: cargo run -- analyze -f data/example_data.json -s",
    "🔍 Group data by department: cargo run -- analyze -f data/example_data.json -g department -a salary -u mean",
    "🧮 Generate sample data: cargo run -- generate -r 100 -o data/my_data.json",
    "📚 See all available commands: cargo run -- help"
  ]
}