-
Notifications
You must be signed in to change notification settings - Fork 682
Open
Labels
Milestone
Description
npm@6 has a new mechanism for initializing projects powered by npx: https://docs.npmjs.com/cli/init
Instead of maintaining a global/local CLI, we could utilize a package whose sole purpose is to create an Ionic project, and then have the Ionic CLI be local.
jthoms1