cli icon indicating copy to clipboard operation
cli copied to clipboard

The command line interface for scaffolding Feathers applications

Results 9 cli issues
Sort by recently updated
recently updated
newest added

As prompted, I updated feathers/cli on 2022-06-15 not having generated anything for over 2 weeks. ### Expected behavior Should produce the hook file and update the index as it used...

Will there be support for [deno](https://deno.land) Since there is support for [feathers itself](https://deno.land/x/feathers) itself, it would be really helpful to have the cli tool ported as well.

### Steps to reproduce 1. Create new folder 2. Open terminal and type following commands 3. npm install -g @feathersjs/cli 4. feathers generate app 5. select TypeScript 6. enter ProjectName...

Here is a suggestion for the generated hooks service file in order to make it more Typescript friendly: ```diff diff --git a/src/services/test/test.hooks.ts b/src/services/test/test.hooks.ts index 042f6a0..07857c9 100644 --- a/src/services/test/test.hooks.ts +++ b/src/services/test/test.hooks.ts...

The sequelize.js module generated by the feathers cli modifies the app.setup method to include setting up the database relations followed by the `sequelize.sync()` call: const oldSetup = app.setup app.set('sequelizeClient', sequelize)...

### Steps to reproduce 1. Generate and app with `feathers generate app` without authentication 2. Run `feathers upgrade` ### Expected behavior Feathers will upgrade only existing packages and features ###...

### Steps to reproduce - [x] generate app - [x] when the app options is selected only (yarn, npm) is avialable ### Expected behavior support pnpm package manager to be...