core: universal-box add storage
command
#111
Labels
enhancement
New feature or request
hacktoberfest
marks issues which are accepted under hacktoberfest
🤔Needs discussion
Open to further discussions
Feature Request for
universal-box add <feature>
Is your feature request related to a problem you're trying to solve with Universal-Box? Please describe.
This feature aims to enhance Universal-Box by allowing users to dynamically add components to their applications using the command
universal-box add <feature>
. This flexibility will enable developers to customize their projects without relying on fixed templates.Describe the solution you'd like
Implementing a command structure that allows users to add features such as storage and authentication dynamically. For example, when a user runs
universal-box add storage
, the following workflow should occur:npm install firebase
for Firebase).storageConfig.js
) with default settings specific to the chosen storage solution.Generate Necessary Directories: Create a directory (e.g.,
/src/storage
) to organize all storage-related code.Update Documentation: Automatically update
README.md
to include instructions on how to use the newly added functionality.How would this feature improve Universal-Box?
Additional context
universal-box add auth
. We can start with theuniversal-box add storage
feature and then replicate this approach for other commands.This issue is open to discussions! Feel free to join our Discord for further conversation. I will also be creating similar issues like
universal-box add auth
if anyone wants to take that up.The text was updated successfully, but these errors were encountered: