Skip to main content

Built and signed on GitHub Actions

Smartshell SDK - Source Development Kit for ERP management platform for cyber sports arenas and computer clubs

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
58%
Published
10 months ago (0.2.6)


SmartShell SDK Logo

Smartshell SDK - Source Development Kit for ERP management platform
for cyber sports arenas and computer clubs


SmartShell SDK Logo

🔗 Useful Links

💾 Installation

// Node
npx jsr add @xlsoftware/smartshell-sdk
import { Shell } from "@xlsoftware/smartshell-sdk";

// Deno
deno add @xlsoftware/smartshell-sdk
import { Shell } from "@xlsoftware/smartshell-sdk";
// OR
import { Shell } from "https://deno.land/x/smartshell_sdk/mod.ts"

📄 Quickstart

    const shell = await new Shell({
        credentials: { login: '79998887766', password: 'password123' }
    })

📄 API coverage

The project started quite a long time ago is moving to a new code base and JSR registry

Due to the addition of new methods and the possibility of optimization the SDK project has received a second life and will continue to develop.

Status: 0.1% coverage

Now in priority robust base and modularity

📜 License

MIT


Built and signed on
GitHub Actions
View transparency log

Add Package

deno add jsr:@xlsoftware/smartshell-sdk

Import symbol

import * as smartshell_sdk from "@xlsoftware/smartshell-sdk";

---- OR ----

Import directly with a jsr specifier

import * as smartshell_sdk from "jsr:@xlsoftware/smartshell-sdk";

Add Package

npx jsr add @xlsoftware/smartshell-sdk

Import symbol

import * as smartshell_sdk from "@xlsoftware/smartshell-sdk";

Add Package

yarn dlx jsr add @xlsoftware/smartshell-sdk

Import symbol

import * as smartshell_sdk from "@xlsoftware/smartshell-sdk";

Add Package

pnpm dlx jsr add @xlsoftware/smartshell-sdk

Import symbol

import * as smartshell_sdk from "@xlsoftware/smartshell-sdk";

Add Package

bunx jsr add @xlsoftware/smartshell-sdk

Import symbol

import * as smartshell_sdk from "@xlsoftware/smartshell-sdk";