robin_cli_tool 1.1.0

A CLI tool to run scripts for any project
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "include": ["./.base_robin.json", "./.app_robin.json"],
  "scripts": {
    "run:list": "cargo run -- --list",
    "run:dev": "cargo run -- --help",
    "run:doctor": "cargo run -- --doctor",
    "run:interactive": "cargo run -- --interactive",
    "run:version": "cargo run -- --version"

  }
}