# cpm **Repository Path**: mirrors_mikeal/cpm ## Basic Information - **Project Name**: cpm - **Description**: Container package manager - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Publish Instructions Add the following variables to your Dockerfile ``` CPM_NAME=my-package-name CPM_VERSION=0.0.1 ``` Then use the publish command: ``` node cli.js --publish path/to/docker/dir ```