/$$$$$$ /$$$$$$ /$$$$$$$ /$$$$$$$$ /$$$$$$$ /$$ /$$$$$$ /$$ /$$
/$$__ $$ /$$__ $$| $$__ $$| $$_____/| $$__ $$| $$ |_ $$_/ | $$ /$$/
| $$ \__/| $$ \__/| $$ \ $$| $$ | $$ \ $$| $$ | $$ \ $$ /$$/
| $$ | $$$$$$ | $$ | $$| $$$$$ | $$$$$$$/| $$ | $$ \ $$$$/
| $$ \____ $$| $$ | $$| $$__/ | $$____/ | $$ | $$ \ $$/
| $$ $$ /$$ \ $$| $$ | $$| $$ | $$ | $$ | $$ | $$
| $$$$$$/| $$$$$$/| $$$$$$$/| $$$$$$$$| $$ | $$$$$$$$ /$$$$$$ | $$
\______/ \______/ |_______/ |________/|__/ |________/|______/ |__/
"The Future of Deployment is Here" - Fast, Friendly, and Hyper-Modern Web Deployment
⚡ [ QUICK START ] [ FEATURES ] [ DOCS ] ⚡
╔══════════════════════════════════════════════╗
║ NEXT-GEN COMMAND SYSTEM ║
║ Intuitive • Powerful • Future-Ready ║
╚══════════════════════════════════════════════╝
RUN
⚡ Smart command executionCOPY
📦 Seamless file replicationMOVE
🚀 Efficient file transferWORKDIR
🌐 Dynamic directory navigation
╔══════════════════════════════════════════════╗
║ DEPLOYMENT MATRIX ║
║ Choose Your Style • Your Way • Your Future ║
╚══════════════════════════════════════════════╝
FILES
📂 Smart file deploymentCOMMANDS
⚡ Remote command executionHYBRID
🔄 Full-spectrum deploymentIGNORE
🎯 Precision filtering
╔══════════════════════════════════════════════╗
║ SECURITY PROTOCOLS ║
║ Safe • Secure • Reliable ║
╚══════════════════════════════════════════════╝
SSH
🔐 Advanced encryptionSFTP
📡 Secure file transferKEYS
🔑 Smart authenticationCONFIG
⚙️ Flexible configuration
╔══════════════════════════════════════════════╗
║ INTERACTIVE FILE MANAGEMENT ║
║ Browse • Manage • Execute ║
╚══════════════════════════════════════════════╝
# 🌟 Enter Browse Mode
$ csdeploy browse
# 📂 Available Commands:
ls # List files and directories
cd <dir> # Change directory
pwd # Show current path
mkdir <dir1> [dir2...] # Create directories
rmv <file1> [file2...] # Remove files
rmv -f <dir1> [dir2...] # Remove directories
rmv -all # Remove everything in current path
cp <src> <dest> # Copy files
mv <src> <dest> # Move/rename files
run <command> # Execute remote commands
# 📁 Directory Management
mkdir assets images css # Create multiple directories
cd assets # Navigate to directory
pwd # Show current location
# 🗑️ File Operations
rmv file1.txt file2.txt # Remove multiple files
rmv -f folder1 folder2 # Remove multiple directories
rmv -all # Clean current directory
# 📦 File Transfer
cp source.js dest.js # Copy files
mv old.css new.css # Move/rename files
# ⚡ Remote Execution
run npm install # Run npm commands
run git pull # Execute git commands
╔══════════════════════════════════════════════╗
║ BROWSE MODE CAPABILITIES ║
║ Interactive • Secure • Powerful ║
╚══════════════════════════════════════════════╝
BROWSE
🔍 Interactive file navigationCREATE
📁 Multi-directory creationREMOVE
🗑️ Batch file/directory removalCOPY
📦 Secure file copyingMOVE
🚀 Smart file relocationEXECUTE
⚡ Remote command executionLIST
📋 Tree-style file listingNAVIGATE
🌐 Seamless directory traversal
# 🌟 Begin Your Journey
$ npm install -g csdeploy
# ✨ Status: Ready for Action!
# 🎮 Type 'csdeploy' to start
# 🎮 Initialize Your Project
$ csdeploy init
# ✨ Created:
# 📁 .cscc-deploy/config.json # Your command center
# 📝 .cscc-ignore # Smart filters
# 🎯 .deploycommands # Action sequences
# 🌟 Your Deployment Script
WORKDIR ./your-awesome-project
# 🚀 Get Your Code
RUN git clone https://github.com/your/amazing-project.git
# ✨ Deploy Your Files
COPY ./dist/* ./public/
# or
MOVE ./build/* ./live/
# 🌟 Launch Your Project
$ csdeploy deploy
# ✨ Choose Your Style:
> 📂 Files only # Smart file sync
> ⚡ Commands only # Remote execution
> 🔄 Full deploy # Complete sync
# 🛠️ Update Settings
$ csdeploy edit
# 📊 View Status
$ csdeploy status
{
"host": "your-awesome-server.net",
"username": "power-user",
"privateKey": ".ssh/deploy-key",
"remotePath": "public/",
"localPath": "./Project",
"passphrase": "your-secure-key",
"type": "SSH"
}
╔══════════════════════════════════════════════╗
║ SYSTEM REQUIREMENTS ║
║ Future-Ready • Performance • Reliability ║
╚══════════════════════════════════════════════╝
OS
🖥️ Any modern systemNODE
⚡ v18.0.0 or newerACCESS
🔑 SSH/FTP credentialsSPACE
💾 Minimal storage needed
╔══════════════════════════════════════════════╗
║ BE PART OF THE FUTURE ║
║ Create • Innovate • Deploy ║
╚══════════════════════════════════════════════╝
FORK
🌟 Join the projectCREATE
✨ Make something amazingCOMMIT
💫 Share your visionPUSH
🚀 Launch your codePR
🎯 Connect with us
Created with ❤️ by Mehdi Harzallah