Quick Start
A collection of the commands to launch a project, no matter the tech stack, for your great ideas, eliminating the need to learn them again.
Chrome Extension
npx plasmo init <project_name>
Vite Project
pnpm create vite
VSCode Extension
npm i -g yo generator-code
yo code
Web Services in Rust
cargo generate --git https://github.com/miguoliang/actix-web-project-template.git --name your-project-name
Data Generator
cargo generate --git https://github.com/miguoliang/fake-data-generator-template.git --name your-project-name