feathersjs / feathers

The API and real-time application framework
https://feathersjs.com
MIT License
15.03k stars 748 forks source link

show version number in cli #3036

Closed tvld closed 1 year ago

tvld commented 1 year ago

Just an idea: when I run feathers generate service I like to be certain I use a certain version. Sometimes, with npm global and what not, we might use the wrong one, so maybe show it by default:

$ feathers generate service
Feathers 5.0.0-pre.34
? What is the name of your service? teams
...