five-server

v0.2.1
Development Server with Live Reload Capability. (Maintained Fork of Live Server)
browser development tool http html php live server cli and 6 more...

depcheck

npx depcheck

start

npm run dev

dev

npm run clean && npm-run-all --parallel dev:*

dev:tsc

tsc --watch

dev:client

webpack --config webpack.client.cjs --watch

build

npm run extract && tsc && webpack --config webpack.client.cjs

clean

rimraf lib

prune

rimraf .cache coverage lib node_modules package-lock.json

format

prettier --check src/**

format:write

prettier --write src/**

lint

eslint src --ext .ts,.tsx

lint:fix

eslint --fix src --ext .ts,.tsx

extract

extract version name src/const.ts

test

node --experimental-vm-modules node_modules/jest/bin/jest.js --forceExit --silent

test:full

npm i && npm run clean && npm run build && npm run format:write && npm run lint:fix && npm run test

publish

publish

push

npm run publish

preReleaseHook

clean build format:write lint:fix

Metadata

Downloads

Maintainers