Crate dipse

source · []
Expand description

DIPSE (DIrectory Independent Project Script Executor)

dipse is a tool to have the same “aliases” which map to different commands in different projects. A run alias could point to cargo run on a rust project, while on a NodeJS project, it might point to npm run start.

Configuration

TODO

Modules

StructOpt and argument parsing

Find, create and read config files

Errors

Parse config files

Utility methods

Functions

Executor