@swimlane/ngx-charts-dag

v3.0.1
A Directec Acyclic Graph visualization for angular!
angular2 angularjs charts charting angular d3 viz graph svg and 9 more...

lint

tslint "./src/{,**/}*.ts" "./demo/{,**/}*.ts"

test

npm run lint && karma start

build

webpack --display-error-details

check

npm-check --skip-unused

clean

npm-run-all -p clean:*

start

webpack-dev-server

watch

webpack --display-error-details --watch

deploy

node ./config/deploy.js

package

npm-run-all -s clean copy:build build:sass package:replace-scss package:aot build:package package:minify copy:styles clean:build

profile

NODE_ENV=production webpack --profile --json > dist/stats.json

release

npm-run-all build:release

version

npm run release

build:ts

tsc

build:aot

ngc

build:css

postcss --use autoprefixer dist/*.css -d dist/

start:hmr

webpack-dev-server --env.HMR

build:sass

node-sass -r build/ -o build/

clean:dist

rimraf dist

copy:build

cpx "src/**/*" build

package:ts

tsc --outDir release

preversion

npm test

test:watch

npm run test -- --auto-watch --no-single-run

watch:test

npm run test -- --auto-watch --no-single-run

clean:build

rimraf build

copy:styles

cpx "build/**/*.css" release

package:aot

ngc -p tsconfig-aot.json

postversion

git push && git push --tags

build:package

cross-env NODE_ENV=package npm run build

build:release

cross-env NODE_ENV=production npm run build

clean:release

rimraf release

package:minify

uglifyjs release/index.js --source-map --compress --mangle --screw-ie8 --output release/index.min.js

package:replace-scss

node ./config/replace-scss.js
npm i @swimlane/ngx-charts-dag

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 11/29/2017

Downloads