Skip to content

npx aidd create * #95

@ericelliott

Description

@ericelliott

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-app should use /ai/scaffolds/next-shadcn

Custom Extension URI

  • Given npx aidd create <uri>, should pull extension from that URI
  • Given npx aidd create with the AIDD_CUSTOM_EXTENSION_URI env 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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions