feathers-plus / cli

FeathersJS CLI supporting both REST and GraphQL architectural concepts and their query languages.
https://generator.feathers-plus.com/
Other
43 stars 7 forks source link

is this cli deprecated? #42

Closed chrisLovesCode closed 4 years ago

chrisLovesCode commented 5 years ago

i am wondering if this cli and the whole feathers+ thing is outdated, since its installs an old feathers version and has not received updates for a long time. are there any issues when upgrading the installed packages?

i'm just starting with feathers and like to choose the right tools :)

PatrickLumenus commented 5 years ago

I was just asking myself that question. I too just started using FeathersJS just a few days ago. Feathers+ seems really interesting. Although, I quickly found out its outdated. At this point, I think i'm just going to stick to the regular FeathersJS tools for now.

toovy commented 5 years ago

We used this cli with feathers 3 and it was good (the author(s) have put a lot of effort in building it and it has some very good concepts), though we migrated back to the standard cli as it is now in version 4 also capable to generate typescript.

Nevertheless we took over some concepts, but started using them manually (without the generation stuff, e.g. the validation and the JSON schema). My advice so far: better don't use this cli, but as an advanced feathers user have a look at how the cli approaches common feathers problems (just generate a sample project).

marshallswain commented 4 years ago

For newcomers, especially, I recommend using the @feathersjs/cli package instead of this one.