nxrocks icon indicating copy to clipboard operation
nxrocks copied to clipboard

Set of Nx plugins to enhance your Nx workspace (even more!)

Results 22 nxrocks issues
Sort by recently updated
recently updated
newest added

### Plugin Name @nxrocks/nx-spring-boot ### Plugin Version 4.1.0 ### Nx Version 14.4.3 ### Expected Behaviour `./mvnw` commands should successfully completes on first execution. ### Actual Behaviour This project provides the...

documentation
:beetle: external bug

## References: [issue](https://github.com/tinesoft/nxrocks/issues/81): ## Description When the plugin builds the graph, it first checks the project's pom/gradle file (existing functionality), but then will check if there is a root pom/gradle...

### Plugin Name @nxrocks/nx-flutter ### Plugin Version v3.0.2 ### Nx Version 13.9.6 ### Expected Behaviour Commands such as `nx run myapp:build` run (as when run manually) and produce output. ###...

@nxrocks/nx-flutter
pending approval/feedback

Are there any examples of how apps and libs work together in nx-spring-boot? I don't see the point of libs right now, it's like a separated app. In my case,...

### Plugin Name @nxrocks/nx-spring-boot ### Plugin Version 4.1.0 ### Nx Version 13.8.1 ### Expected Behaviour Running an nx-cacheable task twice should render the same logs in the terminal when using...

I'd like to first thank you for this plugin! I am really excited to be using it to create a monorepo that can do both js/ts AND java-spring. 🥳 ###...

:new: enhancement
pending approval/feedback

**Is your feature request related to a problem? Please describe.** When creating a Spring boot application and a library within the workspace, the library is not locally installed prior to...

:new: enhancement
@nxrocks/nx-spring-boot

**Is your feature request related to a problem? Please describe.** NX contains commands for various actions, with some being solely for running the application, while others being used to ensure...

:new: enhancement
@nxrocks/nx-spring-boot

Both the express and NestJS app generator schematics produce an app with a simple working REST endpoint: some `GET /api/v1/example` with a simple JSON response body. I think this is...

:new: enhancement
@nxrocks/nx-spring-boot

### Plugin Name @nxrocks/nx-flutter ### Plugin Version 4.0.2 ### Nx Version 14.6.4 ### Expected Behaviour Install latest nx-flutter with no problems ### Actual Behaviour ``` ➜ pnpm add --save-dev @nxrocks/[email protected]  ...

:bug: bug