weldable

v0.3.0
A webpack configuration tool.
build config configuration webpack

test

run-s -l test:lint test:spell* test:ci

start

export _WELDABLE_DEV=true; ./bin/cli.js

docs:md

node ./scripts/readme.docs.js

release

changelog --commit=false

test:ci

export CI=true; export _WELDABLE_TEST=true; jest --collectCoverage

test:dev

eslint ./bin ./src; run-s test:spell test:local

test:deps

run-s test

test:docs

run-s test:spell test:lint

test:lint

eslint ./bin ./src

build:deps

bash ./scripts/dependencies.sh --doctor -u --doctorTest "npm run test:deps"

build:docs

run-s -l test:docs docs:md

test:local

export _WELDABLE_TEST=true; jest --watch

test:spell

cspell './bin/**/*.js' './src/**/*.js' './tests/**/*.js' --config ./cspell.config.json

test:clearCache

jest --clearCache

test:spell-docs

cspell ./README.md ./DOCS.md ./CONTRIBUTING.md --config ./cspell.config.json

test:integration

export _WELDABLE_TEST=true; jest --roots=./tests

build:packages-lib

node ./scripts/generatePackagesLib.js

test:integration-dev

export _WELDABLE_TEST=true; jest --roots=./tests --watchAll

Metadata

  • MIT
  • >=18.0.0
  • cdcabrera
  • released 1/12/2024

Downloads

Maintainers