/$$$$$$ /$$$$$$ /$$$$$$$ /$$$$$$$$ /$$$$$$$ /$$ /$$$$$$ /$$ /$$
/$$__ $$ /$$__ $$| $$__ $$| $$_____/| $$__ $$| $$ |_ $$_/ | $$ /$$/
| $$ \__/| $$ \__/| $$ \ $$| $$ | $$ \ $$| $$ | $$ \ $$ /$$/
| $$ | $$$$$$ | $$ | $$| $$$$$ | $$$$$$$/| $$ | $$ \ $$$$/
| $$ \____ $$| $$ | $$| $$__/ | $$____/ | $$ | $$ \ $$/
| $$ $$ /$$ \ $$| $$ | $$| $$ | $$ | $$ | $$ | $$
| $$$$$$/| $$$$$$/| $$$$$$$/| $$$$$$$$| $$ | $$$$$$$$ /$$$$$$ | $$
\______/ \______/ |_______/ |________/|__/ |________/|______/ |__/
"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