AceLikesGhosts / ytm-rpc

a poorly made youtube music rpc
MIT License
1 stars 0 forks source link

todo: stream line installation steps #18

Closed AceLikesGhosts closed 1 year ago

AceLikesGhosts commented 1 year ago

Server Installation: 7 steps Extension Installation: 4 steps Client Mod: 5 steps

What we can do here is streamline the server installation and the client mod installation, most likely using a CLI. The way I want to go for this will be something along the lines of the pseudo commands listed below:

git clone https://github.com/acelikesghosts/ytm-rpc.git
node ./scripts/streamline.js

Where streamline.js would provide a CLI to decide between the following:

  1. Server Installation setup (install deps, using client mod, port)
  2. Client mod (bd or replugged, automatically build and install it if chosen)
  3. inform they have to add the extension manually