and generally, with this, we try to keep this function in the lib/utils so we can import and use this function whenever we want
that's how the beauty of the pure function 😍
but let's say there is a another project and we want to get the same result then sharing the code would be the better approach as a module which rushjs helps managing the code better
so let's try our hands dirty
npminstall -g @microsoft/rushjs
mkdir rush
cd rush
rush init
This will configure the basic intial setup for our monorepo config
i am using pnpm (verify with this with rush.json) so start setting up different projects