gperdomor / nx-tools

Nx Workspaces builders and tools
MIT License
337 stars 45 forks source link

Crystal Support #1040

Open jbadeau opened 2 months ago

jbadeau commented 2 months ago

Hello,

Are you planning to add Crystal support?

Something like the following

   {
      "plugin": "@nx-tools/nx-container",
      "options": {
        "buildTargetName": "container-build",
      }
    },

you can infer the build target by looking for Dockerfile with a sibling project.json file

mpsanchis commented 3 days ago

I would also be interested in this. Is a PR welcome?