angular-architects / nx-ddd-plugin

Nx plugin for structuring a monorepo with domains and layers
313 stars 56 forks source link

The name of the packages is not URL-safe characters #67

Closed wizardnet972 closed 3 years ago

wizardnet972 commented 3 years ago

The many packages generates too many slashes in the name. so they can't be publish to npm. (need to rename the names which can be confusing).

such:

 @myorg/products/ui/domain
 @myorg/products/ui/feature-xxx

use npm package to validate a package name.