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

homebrew package manager #741

Open
gintering1000 opened this issue Mar 27, 2022 · 1 comment
Open

homebrew package manager #741

gintering1000 opened this issue Mar 27, 2022 · 1 comment

Comments

@gintering1000
Copy link

gintering1000 commented Mar 27, 2022

Type of issue : Feature request

may i ask this cli homebrew package?

for example : brew install yeoman

cuz. it is not only for web developer.
even native android, ios, desktop developer can use this for scaffolding system.
( they dont use node usually )
so.. they can install globally yeoman without node command

how to make homebrew package with node package : https://docs.brew.sh/Node-for-Formula-Authors

@LitoMore
Copy link
Contributor

LitoMore commented Aug 29, 2022

Yeoman usually serves Node.js-related things. In most cases, the Node.js runtime should already be installed on your system. And generators are always Node.js packages. I think it's unnecessary to publish it to Homebrew.

And most tools document their usage in this way:

# VS Code: https://code.visualstudio.com/api/get-started/your-first-extension
npm install -g yo generator-code

You can find more packages here: https://www.npmjs.com/search?q=keywords%3Ayeoman-generator&ranking=popularity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants