gulp-cli
gulp-cli copied to clipboard
Use package.json bundledDependencies or bundle-dependencies
gulp-cli is going to be installed only as a devDependency or as a global module. It would make sense to optimise the installation time. Consider using https://docs.npmjs.com/files/package.json#bundleddependencies or https://github.com/gajus/bundle-dependencies. Either would cut-off a lot of time from the install.
Interesting project. I will consider this but we'd also have to add node_modules to the package.json files array, I think.