Monorepo containing multiple images for wrapped binaries or custom builds
yarn nx docker-run poppler
yarn nx docker-run tesseract
yarn nx docker-run unoserver
yarn nx docker-run puppeteer
yarn nx docker-run pdftk
yarn nx docker-run mailcatcher
yarn nx docker-run maildev
yarn nx docker-run mailhog
yarn 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.