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§
- args
- StructOpt and argument parsing
- config
- Find, create and read config files
- error
- Errors
- parser
- Parse config files
- utils
- Utility methods
Functions§
- run
- Executor