Monorepo containing multiple images for wrapped binaries or custom builds
yarn nx docker-run poppleryarn nx docker-run tesseractyarn nx docker-run unoserveryarn nx docker-run puppeteeryarn nx docker-run pdftkyarn nx docker-run mailcatcheryarn nx docker-run maildevyarn nx docker-run mailhogyarn nx run-many --target lint
yarn nx run-many --target test
generate a new application, generates are not very configured and project/testing/linting has to be ajusted afterwards in the project.json
yarn nx g @nx/node:application name
generate a new library, generates are not very configured and project/testing/linting has to be ajusted afterwards in the project.json
yarn nx g @nx/node:library libs/new/name
If you happen to use Nx plugins, you can leverage code generators that might come with it.
Run nx list to get a list of available plugins and whether they have generators. Then run nx list <plugin-name> to see what generators are available.
Learn more about Nx generators on the docs.