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 initFor Yarn users:
yarn add -D @gweninterpreter/gwen-web
yarn gwen initFor pnpm users:
pnpm add -D @gweninterpreter/gwen-web
pnpm gwen initConfiguration 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 stringlatest, in which case the latest version of Gwen-Web will be used. Defaults tolatest.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 whenversionis a snapshot version (ie. contains the stringSNAPSHOT). 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.