Skip to content

πŸš€ Isolated environment for building javascript and php project

License

Notifications You must be signed in to change notification settings

artistudioxyz/kuli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

27 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

screenshot Isolated environment for building javascript and php project

Stars Size

Packages Composer Node Js PNPM

πŸ“š Installation

  • via Docker Run : docker run --rm --interactive --tty ghcr.io/artistudioxyz/kuli:latest <command>
  • via Docker Run with Mount Volume :
docker run --rm --interactive --tty \
    --volume $PWD:/app \
    ghcr.io/artistudioxyz/kuli:latest <command>
  • Sample Command :
    • Composer : composer update
    • Node : npm i
    • PNPM : pnpm i

πŸ”₯ Development

  • Manually build package : docker-compose up --build