ncp
ncp copied to clipboard
use fs-extra, so that files can ensureDir() their location before writing
Right now files can get copied into dirs that don't exist (yet), which can lead to FS errors. It would be a good idea to use fs-extra instead of fs, which comes with ensureDir to solve that problem