UNPKG

@nx-extend/shadcn-ui

Version:

<a href="https://www.npmjs.com/package/@nx-extend/shadcn-ui" rel="nofollow"> <img src="https://badgen.net/npm/v/@nx-extend/shadcn-ui" alt="@nx-extend/shadcn-ui NPM package"> </a>

31 lines (30 loc) 612 B
{ "$schema": "https://json-schema.org/schema", "type": "object", "id": "Strapi", "title": "", "properties": { "uiName": { "type": "string", "description": "", "$default": { "$source": "argv", "index": 0 }, "x-prompt": "What name would you like to use for the ui lib?" }, "utilsName": { "type": "string", "description": "", "$default": { "$source": "argv", "index": 1 }, "x-prompt": "What name would you like to use for the utils lib?" } }, "required": [ "uiName", "utilsName" ] }