refactor init package #1050
Labels
enhancement
Improve something existing (e.g. no docs, new APIs, etc)
good first issue
Good for newcomers
Init
Milestone
Type of Change
Enhancement
Summary
The current init package uses a lot of instances of mixed sync and async languages, often times in "conflict" with each other, for example
Details
So would be good to do some refactoring
async / await
, usefor ... of
loops to make things cleanerURL
+fs.promises
as much as possible instead ofpath
fs
operations for copying functionalityThe text was updated successfully, but these errors were encountered: