This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

scp-toolkit

1.0.7 • Public • Published

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:

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.

Package Sidebar

Install

npm i scp-toolkit

Weekly Downloads

1

Version

1.0.7

License

AGPL-3.0-only

Unpacked Size

43.8 kB

Total Files

12

Last publish

Collaborators

  • bkrrr