five-server

v0.0.20
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:tsc-injected

tsc --project tsconfig.injected.json --watch

build

npm run extract && tsc && tsc --project tsconfig.injected.json

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

jest --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 test

Metadata

Downloads

Maintainers