William Ghelfi
William Ghelfi
As Bower is starting to fade away, it would be nice to have angular-editable-text published on NPM. We need it at work and I could just fork and publish myself,...
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...
And I'd really need it for my tests :smile:
But `nx-plugin-unused-deps` doesn't seem to work anymore (tests don't pass) π I also had to update to a version that's not the latest because I had an error with a...
Creating this: `nx generate @trumbitta/nx-plugin-openapi:api-spec --name=spec --directory=app-name/api` Then this: `nx generate @trumbitta/nx-plugin-openapi:api-lib --name=api-lib --sourceSpecFileRelativePath=src/app-name.openapi.yaml --sourceSpecLib=app-name-api-spec` Something like this gets added in the project configuration for `api-lib`: ```json [...] "sourceSpecPathOrUrl": "libs/app-name-api-spec/src/app-name.openapi.yaml",...
Preliminary ideas: - [ ] Create new validation executor to validate the openapi spec (research for best tool for the job) - [ ] Add generator to configure the validation...
Can this help? https://github.com/nrwl/nx/issues/3926#issuecomment-735258823
Examples using `nx affected`, maybe one or two quick videos or gifs.