arn-the-long-beard/proto-seeder

The command has inconsistent behavior depending of the current path

arn-the-long-beard opened this issue · 2 comments

When running the command in root of a rust project :

proto_seeder ./src/lib.rs -> does work nicely.

But running the command on a different location like : /my_project/src

proto_seeder lib.rs -> does not work.

The way path are handled need to be fixed.

today I got no import module for seed when generating modules from routes on a mod.rs

I got some typo error again in model string generated in view. There is "_" sometimes.