1.0.7 • Published 6 years ago

scp-toolkit v1.0.7

Weekly downloads
-
License
AGPL-3.0-only
Repository
gitlab
Last release
6 years ago

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.

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago