patternfly-sandbox-ng

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

build

npm-run-all --serial ts:lint build:bundle

build:aot

npm run rimraf -- build build-aot && gulp build-aot

build:bundle

npm-run-all --serial build:library build:es2015 build:umd build:umd-uglify

build:demo

npm-run-all --serial 'rimraf -- dist-demo' demo:copy-examples demo:webpack

build:es2015

rollup --config src/scripts/bundle/es2015.config.js

build:library

npm run rimraf -- build dist dist-watch && gulp build

build:umd

rollup --config src/scripts/bundle/umd.config.js

build:umd-uglify

uglifyjs dist/bundles/patternfly-sandbox-ng.umd.js -c warnings=false -o dist/bundles/patternfly-sandbox-ng.umd.min.js

clean

npm run rimraf -- build build-aot dist dist-demo dist-watch

commit

git-cz

demo:copy-examples

gulp copy-examples

demo:start

npm-run-all --serial demo:copy-examples demo:webserver

demo:webpack

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

demo:webserver

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

postinstall

node src/scripts/package/install.js

publish-travis

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

reinstall

npm run clean && npm install

rimraf

rimraf

start

npm run demo:start

test

karma start

test:debug

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

test:trace-deprecation

node --trace-deprecation ./node_modules/.bin/karma start

ts:lint

tslint -c tslint.json 'src/**/*.ts'

ts:lint:fix

npm run ts:lint -- --fix

semantic-release

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

semantic-release-post

semantic-release post

semantic-release-pre

semantic-release pre

webpack-dev-server

node --max_old_space_size=4096 node_modules/webpack-dev-server/bin/webpack-dev-server.js
npm i patternfly-sandbox-ng

Metadata

Downloads

Maintainers