Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@boundlessgeo/sdk-generator-webpack

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boundlessgeo/sdk-generator-webpack

Boundless Web SDK application generator (webpack2)

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
3
Weekly downloads
 
Created
Source

Installation

$ npm install -g @boundlessgeo/sdk-generator-webpack

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

Starts up webpack dev server on port 3000

$ npm start

Create a package to deploy

$ npm run build -- --env.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 08 Jun 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc