Nostromos / what.ecom

PERN Ecom app for Codecademy's Full Stack path.
MIT License
0 stars 0 forks source link

Set up NPM Workspaces for the project #60

Open Nostromos opened 7 months ago

Nostromos commented 7 months ago

https://docs.npmjs.com/cli/v7/using-npm/workspaces

Workspaces is a generic term that refers to the set of features in the npm cli that provides support to managing multiple packages from your local files system from within a singular top-level, root package.

This set of features makes up for a much more streamlined workflow handling linked packages from the local file system. Automating the linking process as part of npm install and avoiding manually having to use npm link in order to add references to packages that should be symlinked into the current node_modules folder.

This looks like a very useful feature. Should probably play around and set it up when I have some free time on Friday for fun (not-necessary) stuff.