Sign In

@gstcranes/gstcranes

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gstcranes/gstcranes

Public SDK and CLI for GST Cranes used-crane marketplace and Crane Wiki discovery.

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
7
-56.25%
Maintainers
1
Weekly downloads
 
Created
Source

@gstcranes/gstcranes

Public TypeScript SDK and CLI for GST Cranes, the global used-crane marketplace and public Crane Wiki.

The package only calls public read endpoints. Account actions such as publishing listings, posting wanted ads, buying credits, promotions, saved alerts, and billing stay in the signed-in GST Cranes browser UI.

Install

npm install @gstcranes/gstcranes
npm install https://gstcranes.com/sdk/gstcranes-gstcranes-0.1.0.tgz

Or run the CLI without installing:

npx --yes --package @gstcranes/gstcranes gstcranes list-companies --country DE --limit 5
npx --yes --package @gstcranes/gstcranes gstcranes ask "companies with Liebherr LTM 1750 records"

SDK

import { GstCranesClient } from '@gstcranes/gstcranes';

const client = new GstCranesClient();
const companies = await client.listCompanies({ country: 'DE', limit: 10 });
const answer = await client.ask('companies with Liebherr LTM 1750 records');

CLI

gstcranes openapi
gstcranes list-companies --country DE --limit 10
gstcranes get-company bms-heavy-cranes
gstcranes batch-companies bms-heavy-cranes gkmex
gstcranes ask "where are GST Cranes developer resources?"
gstcranes handoff marketplace --query "Liebherr LTM 1300"
gstcranes handoff sell
gstcranes handoff wanted

Official resources

Keywords

gstcranes

FAQs

Package last updated on 06 Jul 2026

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