Skip to content

Your source of truth - verified bio claims, portfolio items, and rate cards

License

Notifications You must be signed in to change notification settings

mxn2020/minions-profile

minions-profile

Your source of truth — verified bio claims, portfolio items, and rate cards

Built on the Minions SDK.


Quick Start

# TypeScript / Node.js
npm install @minions-profile/sdk minions-sdk

# Python
pip install minions-profile

# CLI (global)
npm install -g @minions-profile/cli

CLI

# Show help
profile --help

Python SDK

from minions_profile import create_client

client = create_client()

Project Structure

minions-profile/
  packages/
    core/           # TypeScript core library (@minions-profile/sdk on npm)
    python/         # Python SDK (minions-profile on PyPI)
    cli/            # CLI tool (@minions-profile/cli on npm)
  apps/
    web/            # Playground web app
    docs/           # Astro Starlight documentation site
    blog/           # Blog
  examples/
    typescript/     # TypeScript usage examples
    python/         # Python usage examples

Development

# Install dependencies
pnpm install

# Build all packages
pnpm run build

# Run tests
pnpm run test

# Type check
pnpm run lint

Documentation


License

MIT

About

Your source of truth - verified bio claims, portfolio items, and rate cards

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published