Skip to content

Instantly share code, notes, and snippets.

@ChristopherBiscardi
Last active November 22, 2019 20:05
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChristopherBiscardi/89a9a1713a9f01ea6d5057e8b65efc74 to your computer and use it in GitHub Desktop.
Save ChristopherBiscardi/89a9a1713a9f01ea6d5057e8b65efc74 to your computer and use it in GitHub Desktop.
yarn workspace command
# yw develop
yw() {
yarn workspace $(yarn workspaces info --json | jq '.data' -r | jq "[keys][0] []" -r | fzf) $@
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment