### Initialize YouCan Shop Starter Theme Source: https://github.com/youcan-shop/cli/blob/main/README.md Initializes a new YouCan Shop starter theme project in the current directory using the globally installed YouCan CLI. ```Shell youcan theme init ``` -------------------------------- ### Install YouCan CLI and Theme Module Globally Source: https://github.com/youcan-shop/cli/blob/main/README.md Installs the YouCan CLI and the YouCan Shop theme module globally using npm, which is a prerequisite for YouCan Shop theme development. ```Shell npm i -g @youcan/cli@latest @youcan/theme@latest ``` -------------------------------- ### Initialize YouCan Shop App Template Source: https://github.com/youcan-shop/cli/blob/main/README.md Initializes a new YouCan Shop app project, installing necessary dependencies including YouCan CLI and Qantra, using either npm or pnpm. ```Shell npm init @youcan/app@latest ``` ```Shell pnpm create @youcan/create-app@latest ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.