-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Homebrew/NPM installation #166
Comments
Hi @Dandandans , thank you for your input, but for now this tool is supposed to be used only as a command line interface. Best regards |
@sftschaerff a CLI is the perfect use case for Homebrew (native applications are separately installed through Brew Cask). For example, here are some common CLIs that can be installed with Homebrew: # wget
brew install wget
# ack
brew install ack
# imagemagick
brew install imagemagick
# git
brew install git The |
@Dandandans At least it is published as an NPM module. So for now you can work around this by just doing: |
Many developers, including myself, use Homebrew (macOS, Linux, Windows 10 Subsystem for Linux) to manage and install applications.
Have you considered adding
sfcc-ci
to Homebrew or NPM? A new installation would be as easy as runningbrew install sfcc-ci
ornpm install sfcc-ci -g
.The text was updated successfully, but these errors were encountered: