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.
npm@6has a new mechanism for initializing projects powered by npx: https://docs.npmjs.com/cli/initInstead 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.