A step-by-step breakdown of building create-vue-starter-with-test — from bootstrapping a Vue app to publishing a CLI tool on npm. Overview create-vue-starter-with-test is a CLI that scaffolds a fully configured Vue 3 project in seconds: npx create-vue-starter-with-test my-app cd my-app yarn dev ...
Source: [Dev.to](https://dev.to/hdjerry/how-i-built-and-published-a-vue-3-starter-kit-cli-28gc)