Skip to content

Node.ts container

A pre-configured Node.ts (Node.js + TypeScript) container for use with NeuroPilot.

GitHub Packages listing Public listing on VSC-NeuroPilot's GitHub Packages.
Source code repository The source repository where the container is built and pushed to ghcr.io.
FROM ghcr.io/vsc-neuropilot/node.ts-image:latest
# Or use a specific version
FROM ghcr.io/vsc-neuropilot/node.ts-image:{sha}

Relative to /workspace:

  • Directory.devcontainer
    • devcontainer.json
    • Dockerfile
  • Directory.github
    • Directoryworkflows
      • push.yml
      • tag.yml
    • README.md
  • Directory.vscode
    • extensions.json
    • launch.json
    • settings.json
    • tasks.json
  • Directorysrc
    • index.ts
  • .dockerignore
  • .gitignore
  • eslint.config.mjs
  • package-lock.json
  • package.json
  • README.md
  • tsconfig.json
  • Node.js 22.18.0 + npm (base image)
  • TypeScript Neuro Game SDK (package manifest)
  • vsc-neuropilot.neuropilot-base
  • esbenp.prettier-vscode
  • dbaeumer.vscode-eslint
  • wowbox.code-debuger,