Socket
Book a DemoInstallSign in
Socket

easypanel-sdk

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easypanel-sdk

EasyPanel is Next Generation Server Control Panel

latest
Source
npmnpm
Version
0.3.1
Version published
Weekly downloads
13
225%
Maintainers
1
Weekly downloads
 
Created
Source

Easypanel SDK

Version | Downloads

easypanel - This is an unofficial sdk for Easypanel.

Installation

pnpm install easypanel-sdk
yarn add easypanel-sdk
npm install easypanel-sdk

Usage

import { easypanel } from 'easypanel-sdk'
import { config } from 'dotenv'

config()

const app = easypanel({
  endpoint: process.env.EASYPANEL_URL || '',
  token: process.env.EASYPANEL_TOKEN || '',
})

const project = await app.projects.create({ name: 'NewProject' })
console.warn(project)

Development

Requires pnpm >= 8.10.0 Requires node >= 20.0.0

pnpm install
pnpm dev # watch mode tsup
pnpm build # build

Playground

cd playground
pnpm install
pnpm dev # send requests and close

Sponsors

sponsors

License

MIT License © 2023-PRESENT productdevbook

Keywords

easypanel

FAQs

Package last updated on 27 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts