🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

mcapcli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcapcli

Commandline Interface to generate mCAP Applications

latest
npmnpm
Version
0.0.0
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

mCAP CLI

Commandline Interface to generate mCAP Applications

Install

git clone https://github.com/mwaylabs/mcapcli.git
cd mcapcli
npm install

or

npm install mcapcli

Usage

node index.js [options]

   Options:

    -h, --help               output usage information
    -V, --version            output the version number
    info                     Display the configuration and information
    new                      generates a skeletal mCAP Application in the current directory
    example                  Creates a mcap example application. Which shows a applications which is using push, security and dataSync
    server <add> [alias]     Add a server configuration
    server <remove> [alias]  Remove a server configuration
    server <info> [alias]    See the server configuration
    server <list>            List all server
    log [alias]              Live logger of the given server
    generate <component>     Generate a mCAP Component, components: bikini, connectionconfiguration, model, rest, saprfc, soap, sql


Test

tap test/*.js

FAQs

Package last updated on 21 Jul 2014

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