dom96 / jester

A sinatra-like web framework for Nim.
MIT License
1.57k stars 120 forks source link

require gen scaffolding tool #221

Closed Adeohluwa closed 4 years ago

Adeohluwa commented 4 years ago

like artisan in laravel php https://quickadminpanel.com/blog/list-of-21-artisan-make-commands-with-parameters/

Adeohluwa commented 4 years ago

Huh? Jester doesn't require this, why are you adding it as a requirement?

True, it's so it auto-downloads the module & makes it's commands available globally PHP laravel has artisan & it makes their lives a whole lot easier IMO https://laravel.com/docs/5.8/artisan

Example $ php artisan make:controller user.php # Create a new controller class named user.php with placeholders you can just easily edit with your own specific variable names

dom96 commented 4 years ago

If you want to install that package then do so yourself, Nimble doesn't support optional dependencies right now and I don't want everyone to have to install whatever this is for no reason.

Adeohluwa commented 4 years ago

got it