7 ms·
I don't know much about Rails. But how easy is it to add a CLI, where users can select the options they want and get a scaffold generated with those specificall
by segbedji 3y ago
I don't know much about Rails. But how easy is it to add a CLI, where users can select the options they want and get a scaffold generated with those specifically.
- tomcam 3y agoI think that’s called Rails
- tarunvelli 3y agoRails comes with a CLI scaffold generator, which can be customized too.