JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1608
  • Score
    100M100P100Q126431F
  • License Apache-2.0

NPM package providing a launcher for Gwen-Web.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@gweninterpreter/gwen-web) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Gwen-Web NPM Package

    Easily add Gwen-Web to your existing JS projects!

    Setup

    For npm users:

    npm i --save-dev @gweninterpreter/gwen-web
    npm run gwen init

    For Yarn users:

    yarn add -D @gweninterpreter/gwen-web
    yarn gwen init

    For pnpm users:

    pnpm add -D @gweninterpreter/gwen-web
    pnpm gwen init

    Configuration options

    The behaviour of the Gwen launcher can be customized through setting some options in package.json, under the gwenWeb key:

    • version: Specifies the version of Gwen-Web to download. Can either be a version number, a semver range, or the string latest, in which case the latest version of Gwen-Web will be used. Defaults to latest.
    • mavenRepo: Specifies the Maven repo to download Gwen-Web from. Useful if you have eg. a local Artifactory instance to cache Gwen-Web in. Defaults to Maven Central (https://repo1.maven.org/maven2/).
    • mavenSnapshotRepo: Specifies the Maven repo to download Gwen-Web from when version is a snapshot version (ie. contains the string SNAPSHOT). Defaults to Sonatype Central Snapshots (https://central.sonatype.com/repository/maven-snapshots/).

    The version specified in package.json can also be overridden using the GWEN_WEB_VERSION environment variable. It accepts the same values as version described above, and will take precedence over the version specified in package.json if it exists.

    License

    Copyright 2021-2025 Ruby Juric

    This software is open sourced under the Apache License, Version 2.0.

    See also: LICENSE.