saurabhdaware/pwainit

Need to remove fs-extra from dependencies

Open

#11 opened on Aug 28, 2019

 (0 comments) (0 reactions) (0 assignees)JavaScript (4 forks)github user discovery
DIFFICULTY: Mediumhelp wanted

Repository metrics

Stars
 (47 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

When i started this project i actually felt like i should use fs-extra module since there is lot of file create / file update / file append task but fs-extra eventually depends on 4 other dependencies

So I am looking to remove it in the future versions and maybe write custom functions to handle promises.

Contributor guide