{"id":26169003,"url":"https://github.com/daviddozie/deployease","last_synced_at":"2025-10-07T20:35:49.267Z","repository":{"id":278278711,"uuid":"935093468","full_name":"daviddozie/deployease","owner":"daviddozie","description":"DeployEase is a command-line tool that streamlines the deployment process for web applications across multiple platforms like Firebase, Netlify, and Vercel. Instead of manually configuring deployment settings for each service, DeployEase automates the setup, making deployment faster and hassle-free.","archived":false,"fork":false,"pushed_at":"2025-03-27T20:16:45.000Z","size":40,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-05T20:15:27.175Z","etag":null,"topics":["nodejs","readline-sync"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/deployease","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daviddozie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-18T22:25:58.000Z","updated_at":"2025-07-15T13:17:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"78f1aad0-a897-4c28-a083-fabcca0e34cf","html_url":"https://github.com/daviddozie/deployease","commit_stats":null,"previous_names":["daviddozie/deployease"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daviddozie/deployease","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daviddozie%2Fdeployease","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daviddozie%2Fdeployease/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daviddozie%2Fdeployease/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daviddozie%2Fdeployease/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daviddozie","download_url":"https://codeload.github.com/daviddozie/deployease/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daviddozie%2Fdeployease/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278841564,"owners_count":26055370,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nodejs","readline-sync"],"created_at":"2025-03-11T18:58:58.417Z","updated_at":"2025-10-07T20:35:49.263Z","avatar_url":"https://github.com/daviddozie.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DeployEase - Deploy Frontend Apps Easily 🚀\nDeployEase is a CLI tool that simplifies the deployment of frontend applications to multiple free hosting platforms.\n\n---\n\n## **Installation**  \n\nYou can install DeployEase **globally** for system-wide use or as a **dev dependency** within a project.  \n\n### **🌍 Global Installation (Recommended)**  \nTo use DeployEase from anywhere in your terminal, install it globally:  \n\n#### **Using npm**  \n```sh\nnpm install -g deployease\n```  \n#### **Using yarn**  \n```sh\nyarn global add deployease\n```  \n#### **Using pnpm**  \n```sh\npnpm add -g deployease\n```  \n#### **Using bun**  \n```sh\nbun add -g deployease\n```  \n\n### **📦 Install as a Dev Dependency (Per Project)**  \nIf you prefer to use DeployEase within a project (e.g., in `package.json` scripts), install it as a **dev dependency**:  \n\n#### **Using npm**  \n```sh\nnpm install --save-dev deployease\n```  \n#### **Using yarn**  \n```sh\nyarn add -D deployease\n```  \n#### **Using pnpm**  \n```sh\npnpm add -D deployease\n```  \n#### **Using bun**  \n```sh\nbun add -D deployease\n```  \n\nThen, you can add a script in `package.json` for deployment:  \n```json\n{\n  \"scripts\": {\n    \"deploy\": \"deployease deploy\"\n  }\n}\n```\nRun it with:  \n```sh\nnpm run deploy\n```\n\n---\n\n## **Usage**  \n\nDeployEase provides a simple command to deploy your frontend projects:  \n```sh\ndeployease deploy\n```  \n\n### **Current Deployment Support**  \n⚠️ **For now, DeployEase can only deploy to Vercel.** We are actively working to support all other platforms soon! Stay tuned for updates.  \n\n---\n\n## **Deployment Guide**  \n\n### **🔹 Deploying Your Project**  \nIf a configuration file (`vercel.json`) is found, DeployEase will automatically detect and deploy to Vercel.  \n\nIf no configuration is found, you'll be prompted to confirm deployment to Vercel.  \n```sh\nDeploying to Vercel...\n```\nDeployment starts immediately.\n\n---\n\n### **🔹 Manual Deployment**  \nTo manually specify a platform (once supported), use:  \n```sh\ndeployease deploy --platform \u003cplatform-name\u003e\n```  \nFor example:  \n```sh\ndeployease deploy --platform vercel\n```  \n\n---\n\n### **🔹 Listing Deployed Projects**  \nTo view all deployed projects across platforms (once available), run:  \n```sh\ndeployease list-projects\n```  \n\n---\n\n## **Contributing**  \nContributions are welcome! Feel free to open issues or submit pull requests.  \n\n---\n\n🚀 **Happy Deploying with DeployEase!** 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaviddozie%2Fdeployease","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaviddozie%2Fdeployease","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaviddozie%2Fdeployease/lists"}