Installation
Get the Mybe CMS SDK up and running in your project
Using npm
npm install @mybe/sdkUsing Yarn
yarn add @mybe/sdkUsing pnpm
pnpm add @mybe/sdkVerify Installation
To verify the installation was successful, create a simple test file:
import { MybeSDK } from '@mybe/sdk';
const sdk = new MybeSDK({
apiKey: 'your-api-key'
});
console.log('SDK initialized successfully!');Requirements
- • Node.js 18 or higher
- • TypeScript 5.0 or higher (optional, for type support)
- • Modern browser with fetch API support