Skip to content

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

License

Notifications You must be signed in to change notification settings

xlsft/smartshell-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



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

// main.ts
import { Shell } from "@xlsoftware/smartshell-sdk";

# Deno
deno add @xlsoftware/smartshell-sdk

// main.ts
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

Caution

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. Now in priority robust base and self updating

🎯 Todo

Go to todo list...

📜 License

MIT