You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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: