yeoman / yo

CLI tool for running Yeoman generators
http://yeoman.io
BSD 2-Clause "Simplified" License
3.85k stars 400 forks source link

homebrew package manager #741

Open gintering1000 opened 2 years ago

gintering1000 commented 2 years ago

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 commented 2 years ago

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