Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DetectIDE ¶
func DetectIDE() string
DetectIDE checks which AI-powered IDE is currently being used
func NewCommand ¶
NewCommand initializes a new Nexlayer project with automatic detection
func NewProvider ¶
func NewProvider() registry.CommandProvider
NewProvider creates a new provider instance
func SetAIProvider ¶
func SetAIProvider(provider AIProvider)
SetAIProvider sets the AI provider for template generation
Types ¶
type AIProvider ¶
AIProvider is the interface for template generation
type Provider ¶
type Provider struct{}
Provider struct represents the command provider
func (*Provider) Commands ¶
func (p *Provider) Commands(deps *registry.CommandDependencies) []*cobra.Command
Commands returns the list of available commands
func (*Provider) Dependencies ¶
Dependencies returns an empty dependency list
func (*Provider) Description ¶
Description returns the provider's description
Click to show internal directories.
Click to hide internal directories.