We currently have dependencies that are not really required (only used in 1 or 2 locations), we should try to remove those. * Remove fs-extra (implement own dir remove). * Replace yargs with minimist (or custom parser) and do validation and helptext ourself. * Dedent (Probably no longer needed with #74).
We currently have dependencies that are not really required (only used in 1 or 2 locations), we should try to remove those.