opengb
opengb copied to clipboard
Added confirmation for `opengb init` command
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