dvlp

v16.4.1
A no-nonsense dev server toolkit to help you develop quickly and easily for the web

lint

pnpm run lint:src && pnpm run lint:types

test

cross-env NODE_ENV=dvlptest NODE_TLS_REJECT_UNAUTHORIZED="0" mocha --reporter spec --bail --exit --timeout 10000 --require ./test/unit/init.js test/unit/index.js

build

node ./scripts/build.js

clean

git clean -x -f

format

prettier --write './{src,test}/**/*.{js,json}'

lint:src

eslint './{src,test}/**/*.js'

lint:types

tsc --noEmit --skipLibCheck

test:browser

pnpm run build && ./bin/dvlp.js --mock test/browser/fixtures/mock test/browser

test:integration

pnpm run build && cross-env NODE_ENV=dvlptest mocha test/integration/*-test.js --reporter spec --exit --timeout 10000

Metadata

  • MIT
  • >=18
  • Alexander Pope
  • released 8/19/2024

Downloads