fumeapp / modeltyper

Generate TypeScript interfaces from Laravel Models
MIT License
135 stars 16 forks source link

added output-file argument to command #80

Closed red-freak closed 2 weeks ago

red-freak commented 2 weeks ago

I added a command argument to export the output to a file. It defaults to ./resources/js/types/models.d.ts'.

tcampbPPU commented 2 weeks ago

Thanks @red-freak could you also update the Additional Options section on the readme

red-freak commented 2 weeks ago

done