CLI tool for creating shadcn-cli custom registry items. v1.0.0, stable release. It provides two commands: interactive 'create' for single items and 'build' for project-wide registry generation. Supports registry types: ui, lib, hook, block. Includes TypeScript types for registry schema. Requires Node >=14.16. Differentiators: automated build from project source, file overwrite protection, multiple file support per item.
npm install simple-shadcn-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows both interactive create and automated build workflows for generating shadcn-cli registry JSON files.
Use 'import type' syntax in TypeScript; for JavaScript, you can use JSDoc type annotations.
Create a simple-shadcn.json file with required fields (outputDir, registryDirectory).
Use paths relative to the directory specified in 'registryDirectory' config option.
Check that the output directory does not contain files you want to keep, or manually review before proceeding.
Use 'npx simple-shadcn-cli create' or install locally with 'npm install simple-shadcn-cli'.
Create a valid simple-shadcn.json with 'outputDir' and 'registryDirectory' fields.
Ensure all file paths in registry config are correct relative to the registryDirectory.
No dependency data recorded yet.