Skip to content

monorepo to contain all container build and share common functions

Notifications You must be signed in to change notification settings

philiplehmann/container

Repository files navigation

Container

Monorepo containing multiple images for wrapped binaries or custom builds

Wrapper Apps

poppler wrapper

yarn nx docker-run poppler

tesseract wrapper

yarn nx docker-run tesseract

unoserver wrapper

yarn nx docker-run unoserver

puppeteer wrapper

yarn nx docker-run puppeteer

pdftk wrapper

yarn nx docker-run pdftk

Mailboxes Apps

MailCatcher (Ruby)

yarn nx docker-run mailcatcher

MailDev (Node)

yarn nx docker-run maildev

MailHog (Go)

yarn nx docker-run mailhog

Lint

yarn nx run-many --target lint

Test

yarn nx run-many --target test

Generate code

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.

About

monorepo to contain all container build and share common functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •