pkg-rs 0.2.3

A powerful insh'Allah, mutli-language-secriptable, multi-platform, multi-repo yet simple and declarative package manager
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Dockerfile.dev - For development only!
FROM rust:1.89-bullseye

# Install auto-reload tool
RUN cargo install watchexec-cli
RUN cargo install pkgx

WORKDIR /app

# Create config directory (same as your production image)
RUN mkdir -p /root/.config/pkg/.bridges/bridge

# Default command: auto-rebuild and run on code changes
CMD ["pkgx", "+nushell.sh", "nu@0.107.0"]