Skip to content
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 a homebrew formula #39

Closed
tenfourty opened this issue Jul 18, 2022 · 6 comments
Closed

Add a homebrew formula #39

tenfourty opened this issue Jul 18, 2022 · 6 comments
Assignees
Labels
features New feature or request stale

Comments

@tenfourty
Copy link

Homebrew is how most Mac folks who use the command line install software. It would be great to have a homebrew formula for this tool instead of having to manually install/update.

This:

brew install dashlane-cli

Instead of:

brew install typescript
git clone git@github.com:Dashlane/dashlane-cli.git
cd dashlane-cli
npm run build
npm link
npm install
@jboillot jboillot added the features New feature or request label Jul 20, 2022
@trystendsmyth
Copy link

I made a tap for myself: https://github.com/trystendsmyth/dotfiles/blob/master/Formula/dashlane-cli.rb
This repo needs more notability before Brew will accept the addition to core.

@Mikescops Mikescops self-assigned this Mar 6, 2023
@Mikescops
Copy link
Member

Marking as stale as we could not make it to the official homebrew, for now the ruby script is available in the repository.

@Kageetai
Copy link

I am 100% sure whether this is related, but the command brew install --build-from-source dashlane-cli.rb in the README.md doesn't work, so do I need to use this custom script from @trystendsmyth above? I have never done this with homebrew, so how do I use this?

@Mikescops
Copy link
Member

You must have brew installed on your machine, clone or download this repository and run the command inside the downloaded folder.

@Kageetai
Copy link

Ah okay, that makes sense, thans for the explanation

@Mikescops
Copy link
Member

I consider this one done as we just opened a homebrew tap 🎉 >> https://github.com/Dashlane/homebrew-tap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
features New feature or request stale
Projects
None yet
Development

No branches or pull requests

5 participants