create-new-cli icon indicating copy to clipboard operation
create-new-cli copied to clipboard

Create your own CLI using a series of simple commands.

Results 3 create-new-cli issues
Sort by recently updated
recently updated
newest added

``` 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. ![image](https://user-images.githubusercontent.com/41364044/46534443-bbd1c700-c8c5-11e8-9212-bdcf9f1b8dda.png) 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.