opengb icon indicating copy to clipboard operation
opengb copied to clipboard

Added confirmation for `opengb init` command

Open vr-varad opened this issue 9 months ago • 2 comments

Implementation

Say which files were created Link to docs on getting started

solution Implementation

The templateProject function now returns a Promise of type string[], tracking the paths of created files and directories and resolving with this array. Error handling is implemented to catch and log errors, returning an empty array if creation fails.

Resolves #277

vr-varad avatar May 18 '24 08:05 vr-varad