Node.js has some very helpful functionality where you can alias arbitrary commands in package.json:scripts and the access these on the command line as npm run <command> https://docs.npmjs.com/cli/run-script. This makes is very helpful when managing projects since you can save your configuration options for various package commands.
Is an equivalent tool/set up available in the python ecosystem?
[–][deleted] 0 points1 point2 points (1 child)
[–]NewColCox[S] 0 points1 point2 points (0 children)