edicek
Version:
CLI tool for exporting knowledge from Edicek to Markdown files
37 lines (22 loc) • 853 B
Markdown
# edicek
Command-line tool for exporting your knowledge from [Edicek](https://edicek.com) to Markdown files for use with AI tools like Claude Code, Cursor, or other AI coding assistants that lives in your terminal.
## Installation
```bash
npm install -g edicek
```
## Quick Start
```bash
# Export your workspace to markdown files
npx edicek export --token <your-auth-token>
```
## Commands
### `export`
Export knowledge from your Edicek workspace to Markdown files in a flat structure.
**Options:**
- `-t, --token <token>` - Authentication token (required)
- `-o, --output <path>` - Output directory (default: `./.edicek`)
- `-e, --endpoint <url>` - GraphQL endpoint URL (default: `https://my.edicek.com/api/graphql`)
## Support
- 📚 [Documentation](https://docs.edicek.com)
---
Made with ❤️ by the [Edicek](https://edicek.com) team