If I am inside a project, I'd like to be able to run a command that outputs the name of that project dynamically. Is there a native yarn command?
Note that macs don't have jq
(which would make it easy...just read package.json`
Example
my-project
- package.json <- read package name
- src
- some_mod <- run command here in command line (ex: `yarn getCurrentPackage`)