You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
Rails, Express and other frameworks have a CLI or scripts for adding new features after the initial app scaffolding is done. For instance: rails generate scaffold model <model name>
I think it would be helpful, given the dizzying number of directories and files if we had something similar that would allow a developer to write node scripts/generate.js <modal|view|callback|etc> and have that create stub files in the right locations, and add the necessary includes to the main include files like apps/<appname>/listeners/index.js
The text was updated successfully, but these errors were encountered:
Rails, Express and other frameworks have a CLI or scripts for adding new features after the initial app scaffolding is done. For instance:
rails generate scaffold model <model name>
I think it would be helpful, given the dizzying number of directories and files if we had something similar that would allow a developer to write
node scripts/generate.js <modal|view|callback|etc>
and have that create stub files in the right locations, and add the necessary includes to the main include files likeapps/<appname>/listeners/index.js
The text was updated successfully, but these errors were encountered: