shortcuts
#161
Replies: 2 comments 1 reply
|
Like a light weight version of mise project? |
1 reply
|
Doing some housekeeping in old discussions. This exists now, as aliases in [aliases]
build = "gradle clean build"
serve = "node@18 server.js --port 3000"Arguments are included, which I think was what you asked about. Note that these are "gg" commands, not say bash, so to run a non-gg thing one must use "run": [aliases]
test = "run npm run test"Closing this one. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
From
jbang, I foundjgo, which has following neat idea:https://github.com/scijava/jgo#shortcuts
I know, we discussed
justfilesomewhere.Maybe, others also like the idea of shortcuts.
All reactions