-
Notifications
You must be signed in to change notification settings - Fork 0
Add --dry-run flag to setup-project.sh #8
Copy link
Copy link
Labels
area: scriptsAutomation scriptsAutomation scriptsenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerspriority: lowNice to haveNice to havesize: small1-2 hours effort1-2 hours effort
Milestone
Metadata
Metadata
Assignees
Labels
area: scriptsAutomation scriptsAutomation scriptsenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerspriority: lowNice to haveNice to havesize: small1-2 hours effort1-2 hours effort
Type
Projects
Status
Done
Description
Add a
--dry-runflag toscripts/setup-project.shthat prints what would be created without actually creating any files or installing dependencies.Why
Contributors and users evaluating Nerva want to preview the project structure before committing to the setup. A dry-run flag is a standard UX pattern for scaffolding tools that builds confidence.
Current Behavior
Running
./scripts/setup-project.sh my-api --nodeimmediately creates directories and installs packages with no preview option.Acceptance Criteria
--dry-runflag parsing to the argument handling loop--dry-runto the usage messageExample Output