@patternfly/patternfly-next

v1.0.175
Assets, source, tooling, and content for PatternFly Next

dev

gatsby develop

a11y

npm run gen:sitemap && npm run audit:a11y

lint

npm run lint:styles && npm run lint:js

test

node test/test.js

build

gatsby build

serve

gatsby serve

start

npm run develop

format

prettier --trailing-comma es5 --no-semi --single-quote --write src/**/*.js

develop

gatsby develop

lint:js

eslint .

sassdoc

sassdoc ./src/patternfly/**/*.scss --parse > sassdoc/data.json

test:ci

start-server-and-test dev "http://localhost:8000" a11y

lint:fix

npm run lint:js --fix && npm run lint:styles --fix

cli:setup

cd build/patternfly-cli && npm install && cd ../../ && npm link ./build/patternfly-cli

precommit

lint-staged

audit:a11y

node ./test-a11y/

dev:expose

gatsby develop -H 0.0.0.0

gen:sitemap

node ./generateSitemap

lint:styles

stylelint 'src/**/*.scss'

backstop:init

node test/create-references.js

build-ghpages

gatsby build --prefix-paths

build:pficons

node ./src/icons/generateIcons.js

bootstrap:build

node npm-scripts/build-bootstrap-workspace.js

backstop:approve

node test/approve-conflicts.js

build-patternfly

rm -rf dist && rm -rf tmp && npm run build:pficons && gulp build

build:pficonfont

gulp build-pficonfont

semantic-release

semantic-release

update-modifiers

./build/extractModifiers.sh
npm i @patternfly/patternfly-next

Metadata

  • MIT
  • >=8.0.0
  • Andres Galante
  • released 1/31/2019

Downloads