Skip to content

outbounder/get-workspace-relative-dir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

get-workspace-relative-dir

Prints workspace relative directory

usage

Given a project with npm workspaces:

+ project
|- package.json 
|+ workspaces
 |- my-package

Running via npx:

cd ./project
npx get-workspace-relative-dir my-package # prints 'workspaces/my-package'

api

get-workspace-relative-dir <workspaceName>

About

Prints workspace relative directory

Resources

Stars

Watchers

Forks

Packages

No packages published