Skip to content

Commit

Permalink
npm init - add interactive, or command line options (#357)
Browse files Browse the repository at this point in the history
There were a lot of things wrong with `npm create` in the prior version.
But I didn't know this, because `npm create` doesn't work against a
local package, much as that is sometimes claimed.

Fixes:
*If no command line arguments, do interactive
*If command line arguments, do what they say
*If extraneous options, because the user didn't realize `npm create`
butchers your command unless you put `--`, throw an error.
  • Loading branch information
chuck-dbos authored Mar 22, 2024
1 parent a077084 commit 5f6f723
Show file tree
Hide file tree
Showing 3 changed files with 422 additions and 45 deletions.
Loading

0 comments on commit 5f6f723

Please sign in to comment.