ntscx

Top-5 handy lerna flags for your monorepo

–scope <package_name | name_pattern> This filter limits the command execution scope only to packages that meet the condition. For example: Wait, what is this lerna? Lerna is a monorepo tool, that makes you having all packages at hand. It significantly simplifies your git and versioning routine. Read more about lerna. –ignore <package_name | name_pattern> This one…

Read More