🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

boundless-web-sdk-generator

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boundless-web-sdk-generator

Boundless Web SDK application generator

Source
npmnpm
Version
0.10.11
Version published
Maintainers
1
Created
Source

Installation

$ npm install -g boundless-web-sdk-generator

Quick Start

The quickest way to get started with the Boundless SDK is to utilize the executable web-sdk to generate an application as shown below:

Create the app:

$ web-sdk /tmp/foo && cd /tmp/foo

Install dependencies:

$ npm i

Rock and Roll

$ npm start

Create a package to deploy

$ npm run build
$ npm run createzip -- --output-file=/tmp/mywebapp.zip

Command Line Options

This generator can also be further configured with the following command line flags.

-h, --help     output usage information
-V, --version  output the version number
-f, --force    force on non-empty directory
-d, --debug    output more debug info

FAQs

Package last updated on 30 Mar 2017

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