-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
npx aidd create <app type>
This command works a bit like a scaffold template, but instead of building on a pre-installed template source, we run fresh installs with dependencies @latest to take advantage of security updates and patches up to the current moment.
Requirements
Defaults
- Given not set, should use default extension location
/ai/scaffolds/next-shadcn - Given
npx aidd create next-appshould use/ai/scaffolds/next-shadcn
Custom Extension URI
- Given
npx aidd create <uri>, should pull extension from that URI - Given
npx aidd createwith theAIDD_CUSTOM_EXTENSION_URIenv variable set, should use the env URI - Given extension URI, should download and read README.md
- Given extension URI, should download and read SCAFFOLD-MANIFEST.yml
- Given extension URI, should download and run bin/extension.js in current repository context, in the project root
Context
We'll use a yaml dependencies manifest and an AI prompt to guide the initial setup inspired by github actions yaml files.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels