2.1.1 • Published 11 months ago

@gweninterpreter/gwen-web v2.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

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 Snapshots (https://s01.oss.sonatype.org/content/repositories/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-2024 Ruby Juric

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

See also: LICENSE.

2.1.1

11 months ago

2.1.0

12 months ago

2.0.0

2 years ago

1.3.0

2 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.0.2

4 years ago

1.1.0

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago