@patternfly/patternfly-next-ng

v0.0.0
A collection of PatternFly Angular components and other useful things to be shared.
patternfly patternfly-ng bootstrap angular angular2 angular 2 angular4 angular 4 ng and 3 more...

lint

stylelint 'src/**/*.scss' --config ./.stylelintrc --fix

test

karma start

build

npm-run-all --serial remove-dist ts:lint build:library build:demo copy-examples:demo

clean

npm cache clean && npm run rimraf -- node_modules doc coverage dist distwatch bundles

bundle

webpack --config config/webpack.prod.js --progress --profile --bail

commit

git-cz

minify

uglifyjs dist/bundles/ngx-widgets.js --screw-ie8 --compress --mangle --comments --output dist/bundles/patternfly-ng.min.js

rimraf

rimraf

cleanup

rimraf dist/package.json dist/bundles dist/src dist/index.d.ts dist/index.metadata.json dist/index.js dist/index.js.map dist/LICENSE dist/README.md

ts:lint

tslint -p tslint.json 'index.ts' 'src/**/*.ts'

reinstall

npm run clean && npm install

transpile

gulp transpile

build:demo

webpack --config config/webpack.demo.js --progress --profile --bail

start:demo

npm run webpack-dev-server -- --config config/webpack.demo.js --progress --host 0.0.0.0 --port 8001 --profile --watch --content-base dist-demo

test:debug

karma --browsers Chrome --no-single-run start

postinstall

node src/scripts/install.js

remove-dist

rimraf build dist dist-watch dist-demo

ts:lint:fix

npm run ts:lint -- --fix

build:library

gulp build

publish-travis

node_modules/patternfly-eng-publish/script/publish-ghpages.sh -t dist-demo

semantic-release

semantic-release pre && copy package.json npm-shrinkwrap.json dist && npm publish dist && semantic-release post

copy-examples:demo

gulp copy-examples

webpack-dev-server

node --max_old_space_size=4096 node_modules/webpack-dev-server/bin/webpack-dev-server.js

semantic-release-pre

semantic-release pre

semantic-release-post

semantic-release post
npm i @patternfly/patternfly-next-ng

Metadata

Downloads