Skip to content

romainberger/yarn-completion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Yarn Completion

Completion for yarn scripts from your current projects.

Install

Install the script globally:

$ yarn global add yarn-completion

Copy 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
fi

Usage

cd into a project with a package.json, then type yarn and tab to see the list of available scripts.

About

Autocomplete for your projects scripts with yarn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published