# checkout-ui-extensions-template **Repository Path**: mirrors_Shopify/checkout-ui-extensions-template ## Basic Information - **Project Name**: checkout-ui-extensions-template - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-18 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Setup ## CLI If you have grabbed this template from the Shopify CLI you should be good to go! Start developing your awesome extension in the `./src` folder. ## From github If you grabbed this template directly from github: ### npm ```bash ## With npm npm install npm run generate -- --type=CHECKOUT_POST_PURCHASE ## With yarn yarn yarn generate --type=CHECKOUT_POST_PURCHASE --template=vanilla-typescript ``` ### Available extensions - CHECKOUT_POST_PURCHASE - CHECKOUT_UI_EXTENSION