yo icon indicating copy to clipboard operation
yo copied to clipboard

homebrew package manager

Open gintering1000 opened this issue 2 years ago • 1 comments

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

gintering1000 avatar Mar 27 '22 19:03 gintering1000

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

LitoMore avatar Aug 29 '22 06:08 LitoMore