appwrite / sdk-for-cli

[READ-ONLY] Official Appwrite CLI >_
BSD 3-Clause "New" or "Revised" License
89 stars 27 forks source link

Feature: Adding Scoop support to appwrite #39

Closed CEbbinghaus closed 1 year ago

CEbbinghaus commented 2 years ago

Scoop is a package manager for windows allowing for easy installation of packages via a JSON manifest file. This is achieved by either having the manifest as part of a bucket or by providing a direct link to it. It would be nice to have a functioning manifest hosted in the github repository to allow anyone to install it via scoop while it has not yet been added to the main bucket.

Things needed for the appwrite cli to be installable with scoop:

Documentation should also be added to make it easily visible to anyone wanting to install it via alternate methods.

CEbbinghaus commented 1 year ago

Closed as Support was added in appwrite/sdk-generator#450