Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Request: Helper CLI for post-scaffold additions #52

Open
codefriar opened this issue Feb 4, 2022 · 0 comments
Open

Request: Helper CLI for post-scaffold additions #52

codefriar opened this issue Feb 4, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@codefriar
Copy link

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

@msrivastav13 msrivastav13 added the enhancement New feature or request label Mar 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants