1.0.0 • Published 6 years ago
yarn-completion v1.0.0
Yarn Completion
Completion for yarn scripts from your current projects.
Install
Install the script globally:
$ yarn global add yarn-completionCopy the file yarn-completion.bash to your user directory then add this script to your ~/.bashrc:
if [ -f ~/yarn-completion.bash ]; then
. ~/yarn-completion.bash
__yarn_completion_complete k
fiUsage
cd into a project with a package.json, then type yarn and tab to see the list of available scripts.
1.0.0
6 years ago