create-new-cli
create-new-cli copied to clipboard
Create your own CLI using a series of simple commands.
``` C:\p>npm i -g create-new-cli npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version. npm WARN deprecated [email protected]: This version is no longer...
Hello, I am getting the following error while installing "create-new-cli" with node v8.  I am using nvm so I downgraded to v6 and it worked but it would be...
Fixes issues when running the CLI in Node 8.5+. child_process.spawn no longer accepts a function. Use exec instead. Please disregard formatting differences, I am using prettier.