@gremorie/cli
v0.4.0
Published
Command line interface for Gremorie. Scaffolds AI components into your Angular app.
Readme
@gremorie/ng-cli
Command line interface for Gremorie NG. Scaffolds AI components into your Angular app.
Install
# Use without installing (recommended):
npx gremorie init
# Or install globally:
npm install -g @gremorie/ng-cliCommands
gremorie init
Set up Gremorie NG in an existing project:
- Detects your package manager (npm / pnpm / yarn / bun)
- Installs
@gremorie/ng-coreand peer dependencies - Adds
@import '@gremorie/ng-core/theme.css'to your global stylesheet - Reports any manual steps remaining
Flags:
--dry-run— print what would happen without writing files-y, --yes— skip confirmation prompts
gremorie add <component>
Install a component family:
gremorie add prompt-inputInstalls the npm package and prints an import snippet. Currently available:
core— utilities + Button primitiveprompt-input— PromptInput container family (10 components)
gremorie list
List available components and what's coming in future phases.
gremorie list
# or
Gremorie NG lsRoadmap
- v0.1 — install pre-built packages from npm (current)
- v0.2 - copy source files into your project so you own the code
- v0.3 — hosted registry at gremorie.com so new components ship without a CLI release
