pf-docs

v0.0.2
Patternfly themed documentation in a browser from any repo.

build:deps

ncu --doctor -u --doctorInstall "yarn" --doctorTest "yarn test:deps"

release

standard-version

start

./bin/cli.js start

start:dev

nodemon --watch bin --watch src './bin/cli.js start'

cli:start

./bin/cli.js start

cli:generate

./bin/cli.js generate

cli:serve

./bin/cli.js serve

cli:watch

./bin/cli.js watch

test

run-s -l test:lint test:ci

test:ci

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

test:clearCache

jest --clearCache

test:deps

run-s test

test:dev

eslint ./src; jest --watch

test:integration

jest --roots=./tests

test:integration-dev

jest --roots=./tests --watchAll

test:lint

eslint ./src ./bin
npm i pf-docs

Metadata

Downloads

Maintainers