New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

scp-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scp-toolkit

wrapper for sap cloud platform tools

latest
Source
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

1. Node wrapper for SAP Cloud Platform Tools

This package is node wrapper. It will install all tools for you and make them callable over npm or as cli.

Are you only interested in CI integration, e.g. for a Git-Lab runner? Use this image.

2. Included Software

The following software is included:

  • SAP Cloud Platform Neo Environment SDK (neo.sh)
  • SAP Multi-Target Application Archive Builder (mta_archive_builder.jar)

3. Usage

3.1. Script (within a script)

const scp = require('scp-toolkit')
const neoCLI =  new scp.neo()
neoCLI.do('version')

const mtaCLI =  new scp.mta()
mtaCLI.do('-v')


3.2. CLI (Command line interface)

npm i scp-toolkit // install local
npx scp-toolkit neo version // run local

4. HELP WANTED

This is untested for windows. Feel free to contribute necessary changes.

Keywords

SCP

FAQs

Package last updated on 03 Jun 2019

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