@xlsoftware/smartshell-sdk@0.2.6Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
xl-soft/smartshell-sdkSmartshell 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
JSR Score
58%
Published
10 months ago (0.2.6)
Smartshell SDK - Source Development Kit for ERP management platform
for cyber sports arenas and computer clubs
🔗 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
Built and signed on
View transparency logGitHub Actions
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";