JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1050
  • Score
    100M100P100Q90163F
  • License MIT

Package Exports

  • @malv/base
  • @malv/base/conversations
  • @malv/base/create-response
  • @malv/base/crypto
  • @malv/base/expression-resolver
  • @malv/base/external-ai
  • @malv/base/log
  • @malv/base/objects
  • @malv/base/token
  • @malv/base/validate

Readme

@malv/base

Core backend framework for building MALV applications on Cloudflare Workers

Installation

npm install @malv/base

Usage

import { ... } from '@malv/base';

Documentation

Full documentation: https://malv.dev/docs

API Reference: https://malv.dev/api/base

Example Apps

See example applications:

Getting Started

# Install MALV CLI
npm install -g @malv/base-app

# Login to MALV Cloud
malv login

# Create your first app
npx create-malv-app my-app
cd my-app

# Start developing
npm run dev

License

MIT © Ilias Nikolaidis Olsson