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

📟 CLI to create new Node.js CLI applications in minutes not hours.

Results 17 create-node-cli issues
Sort by recently updated
recently updated
newest added

### WHAT ### 🤖 Generated by Copilot at 331f473 The pull request switches the codebase and the template files to use ES modules syntax instead of CommonJS syntax, and adds...

enhancement

### Copilot ### 🤖 Generated by Copilot at f03e3fa ### Summary 🚫🚨🛠️ Add validation for project name input in `utils/ask.js`. Prevent creating a project with an empty name. > _`project...

A lot of devs rn are using Typescript and this boilerplate doesn't suit typesafe enthusiasts, unfortunately.

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) from 3.0.0 to 3.0.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=trim-newlines&package-manager=npm_and_yarn&previous-version=3.0.0&new-version=3.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I think it's fine to add the MIT file so that it can be easy for anyone to see the license.

ora 6.0.0 has moved to ESM and it is not working with create-node-cli, it would be great if create-node-cli also uses ESM.