About
CodeMon module is a lightweight CLI tool that lets you upload and manage frontend build outputs directly from your terminal.
Installation
npm install -g code-mon-space
Authentication
codemon login
Logs you in and stores credentials locally.
User Info
codemon whoami
Shows the currently logged-in username.
Project Commands
-
codemon setproject <name>Sets or changes the active project. -
codemon clone <name>Downloads all files for a project.
Build & Deploy
codemon build
Asks for a build directory (dist, build, out, etc) and uploads the entire folder recursively.
- Text files are uploaded normally
- Images, media, and fonts are uploaded as binary
- Directory structure is preserved
Supported Assets
- Images: png, jpg, jpeg, gif, webp, svg, ico
- Media: mp4, mp3, wav, ogg
- Fonts: woff, woff2, ttf, eot
- Documents: pdf
Accessing Your Site
https://<username>.code-mon-space.shop/