Hi,
First of all, thx for your efforts. It works great.
But since the vanilla @loopback/cli do not handle custom directory organisation, we cannot use the generators, which defeat the purpose of lb4.
I forked the cli package and made some modifications (nx-loopback-next-cli) to make it compatible with Nx and published it to npm.
This is clearly not ideal, but it does what it is supposed to do.
I believe we could merge the generators into your repository and migrate the commands into the plugin in order not to polute the workspace.json file but I cannot make sense of the builders and schematics for the moment.
If you have any suggestions.
Hi,
First of all, thx for your efforts. It works great.
But since the vanilla @loopback/cli do not handle custom directory organisation, we cannot use the generators, which defeat the purpose of lb4.
I forked the cli package and made some modifications (nx-loopback-next-cli) to make it compatible with Nx and published it to npm.
This is clearly not ideal, but it does what it is supposed to do.
I believe we could merge the generators into your repository and migrate the commands into the plugin in order not to polute the
workspace.jsonfile but I cannot make sense of the builders and schematics for the moment.If you have any suggestions.