Open
Description
Hi!
Maybe you can add a flag (--no-prefix) for schematics that generate new libraries without the prefix or suffix "nativescript"?
This will allow everyone to create more universal solutions.
For example.
You can create an Nx workspace for web and nativescript application with the following structure:
apps/
-- simple-nativescript
-- simple-web
libs/
-- core
-- nativescript
---- buttons
---- shared
------ pipes
-- web
---- buttons
---- shared
------ pipes
There is no need to duplicate prefixes for each of the library. It is enough to do it only on top level.
Metadata
Metadata
Assignees
Labels
No labels