Amine Ben hammou

Results 19 comments of Amine Ben hammou

> await npm('open').open(...) So, if I understand correctly, it will be possible to use npm dependencies without having a `package.json` and `node_modules`? If that's the case, it will be awesome!

Ok, will edit the templates

Hello, Thanks for your contribution :) But, I will have to finish the Seeder generator tests before merging your Pull Request. Because, as you can see here https://github.com/webNeat/lumen-generators/blob/master/lumen-test/tests/acceptance/SeederCommandCept.php All tests...

Ok, so each time a migration is generated, it should run `composer dump-autoload`. This will be added soon.

No worries, you are welcome to open as much issues as you want as far as they make sens and improve the quality of this package :)

Hello, Rolling back any action is not a simple problem, it's like writting a mini VCS just for the generated/modified files. I guess there are mostly two cases in which...

This is in the plan as I stated in the [Development Notes](https://github.com/webNeat/lumen-generators#development-notes)

Hello, please try: ``` php artisan wn:model Product --path="app/Models" ``` the `name` argument should be the single name of the model; the path should be specified using the `--path` option.

This feature will be available in version 2 :smile: