5.4.9 • Published 5 months ago

deployease v5.4.9

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

DeployEase - Deploy Frontend Apps Easily šŸš€

DeployEase is a CLI tool that simplifies the deployment of frontend applications to multiple free hosting platforms.


Installation

You can install DeployEase globally for system-wide use or as a dev dependency within a project.

šŸŒ Global Installation (Recommended)

To use DeployEase from anywhere in your terminal, install it globally:

Using npm

npm install -g deployease

Using yarn

yarn global add deployease

Using pnpm

pnpm add -g deployease

Using bun

bun add -g deployease

šŸ“¦ Install as a Dev Dependency (Per Project)

If you prefer to use DeployEase within a project (e.g., in package.json scripts), install it as a dev dependency:

Using npm

npm install --save-dev deployease

Using yarn

yarn add -D deployease

Using pnpm

pnpm add -D deployease

Using bun

bun add -D deployease

Then, you can add a script in package.json for deployment:

{
  "scripts": {
    "deploy": "deployease deploy"
  }
}

Run it with:

npm run deploy

Usage

DeployEase provides a simple command to deploy your frontend projects:

deployease deploy

Current Deployment Support

āš ļø For now, DeployEase can only deploy to Vercel. We are actively working to support all other platforms soon! Stay tuned for updates.


Deployment Guide

šŸ”¹ Deploying Your Project

If a configuration file (vercel.json) is found, DeployEase will automatically detect and deploy to Vercel.

If no configuration is found, you'll be prompted to confirm deployment to Vercel.

Deploying to Vercel...

Deployment starts immediately.


šŸ”¹ Manual Deployment

To manually specify a platform (once supported), use:

deployease deploy --platform <platform-name>

For example:

deployease deploy --platform vercel

šŸ”¹ Listing Deployed Projects

To view all deployed projects across platforms (once available), run:

deployease list-projects

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.


šŸš€ Happy Deploying with DeployEase! šŸš€

5.4.9

5 months ago

5.4.8

5 months ago

5.4.7

5 months ago

5.4.6

5 months ago

5.4.5

5 months ago

5.4.4

5 months ago

5.4.3

5 months ago

5.4.2

5 months ago

5.4.1

5 months ago

4.4.12

5 months ago

4.4.11

5 months ago

4.4.10

5 months ago

4.4.9

5 months ago

4.4.8

5 months ago

4.4.7

5 months ago

4.4.6

5 months ago

4.3.6

5 months ago

4.2.6

5 months ago

3.2.6

5 months ago

2.1.5

5 months ago

2.1.4

5 months ago

2.1.3

5 months ago

1.1.3

5 months ago

1.1.2

5 months ago

1.1.1

5 months ago

1.1.0

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago