gex

v4.0.1
Glob expressions for JavaScript
glob star question mark expression regular

test

jest --coverage

test-pure

jest --coverage --config jest.config.pure.js

test-some

jest -t

test-some-pure

jest --config jest.config.pure.js -t

test-watch

jest --coverage --watchAll

test-web

npm run build-web && browserify -i util -o test/jester-web.js -e test/jester.js -im && open test/jester.html

watch

tsc -w -d

build

tsc -d

build-web

npm run build && cp dist/gex.js dist/gex.min.js && browserify -i util -o dist/gex.min.js -e dist/gex.js -s Gex -im -p tinyify

prettier

prettier --write --no-semi --single-quote gex.ts test/*.js

clean

rm -rf node_modules yarn.lock package-lock.json

reset

npm run clean && npm i && npm run build && npm test

repo-tag

REPO_VERSION=`node -e "console.log(require('./package').version)"`; echo TAG: v$REPO_VERSION && git commit -a -m v$REPO_VERSION && git push && git tag v$REPO_VERSION && git push --tags;

repo-publish

npm run clean && npm i && npm run repo-publish-quick

repo-publish-quick

npm run prettier && npm run build && npm run test && npm run test-web && npm run repo-tag && npm publish --registry https://registry.npmjs.org
npm i gex

Metadata

  • MIT
  • Whatever
  • Richard Rodger
  • released 6/18/2022

Downloads

Maintainers