Episode 8: Understanding Bin Scripts and Their Use in Yarn Workspaces
What Are Bin Scripts?
Bin scripts are executable files defined within a package that can be invoked:
From other packages in the workspace.
Globally when installed as a dependency.
They’re commonly used for:
CLIs (Command Line Interfaces), such a...
innosufiyan.hashnode.dev3 min read