How to use the emptyDirAsync function from fs-extra

Find comprehensive JavaScript fs-extra.emptyDirAsync code examples handpicked from public code repositorys.

88
89
90
91
92
93
94
95
  /**
   * Delete Fusebox cache
   */
  () => {
    console.info(colors.white('  └── ') + colors.green('Clearing fuse-box cache...'))
    return fs.emptyDirAsync('./.fusebox')
  }
], f => { return f() })
fork icon0
star icon1
watch icon4

function icon

fs-extra.readFileSync is the most popular function in fs-extra (9724 examples)