An open API service indexing awesome lists of open source software.

https://github.com/jordanpartridge/conduit-knowledge

Conduit component for knowledge functionality
https://github.com/jordanpartridge/conduit-knowledge

cli conduit conduit-component laravel laravel-zero php

Last synced: 5 months ago
JSON representation

Conduit component for knowledge functionality

Awesome Lists containing this project

README

          

# Conduit knowledge

A Conduit component for knowledge functionality

## Installation

```bash
# Via Conduit component system
conduit components install knowledge

# Via Composer (if published)
composer require jordanpartridge/conduit-knowledge
```

## Commands

- `conduit init`
- `conduit status`
- `conduit configure`
- `conduit list`

## Usage

```bash
# Example usage
conduit init --help
```

## Development

```bash
# Install dependencies
composer install

# Run tests
./vendor/bin/pest

# Code formatting
./vendor/bin/pint

# Static analysis
./vendor/bin/phpstan analyze
```

## License

MIT License. See [LICENSE](LICENSE) for details.