-
-
Notifications
You must be signed in to change notification settings - Fork 401
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
Comments
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 |
Fixed in Homebrew/homebrew-core#194374 brew install yo |
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
The text was updated successfully, but these errors were encountered: