harpreetkhalsagtbit / geekify

A CLI for creating Interactive Tutorials.
GNU General Public License v3.0
0 stars 0 forks source link

Code refactor - Waterfall fun to normal promise return #3

Closed harpreetkhalsagtbit closed 6 years ago

harpreetkhalsagtbit commented 6 years ago

Check if possible to refactor this code

promiseWaterfall([
        readJsonFile(path.join(process.cwd(), "/geek.json")),
    ]).then((res) => {
harpreetkhalsagtbit commented 6 years ago

Done