Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@ibm-wch-sdk/create-app

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ibm-wch-sdk/create-app

Script to bootstrap a WCH application for Angular.

latest
npmnpm
Version
7.2.608
Version published
Maintainers
2
Created
Source

@ibm-wch-sdk/create-app

Creates a new Angular application for Watson Content Hub sites using the @ibm-wch-sdk/ng SDK.

Class documentation

Refer to the documentation.

Usage

Create your application by calling

npx @ibm-wch-sdk/create-app

or list the available parameters via

npx @ibm-wch-sdk/create-app --help

Videos

Create a new WCH application from the command line

Create application

Prepare your WCH tenant for application development

Configure Tenant

Home > @ibm-wch-sdk/create-app

create-app package

Functions

FunctionDescription
createProject(aArgs)Analyzes the input parameters

Variables

VariableDescription
VERSIONExports the current version object

Home > @ibm-wch-sdk/create-app > createProject

createProject() function

Analyzes the input parameters

Signature:

export declare function createProject(aArgs?: string[]): PromiseLike<string>;

Parameters

ParameterTypeDescription
aArgsstring[]optionally the command line arguments

Returns:

PromiseLike<string>

a promise with the target directory

Home > @ibm-wch-sdk/create-app > VERSION

VERSION variable

Exports the current version object

Signature:

VERSION: import("@ibm-wch-sdk/api").WchSdkVersion

FAQs

Package last updated on 29 Mar 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