cargo-commander 2.0.12

Like npm scripts, but better
1
2
3
4
5
6
7
8
{
    "scripts": {
        "test": "cross-env echo Hello"
    },
    "dependencies": {
        "cross-env": "^7.0.3"
    }
}