[DEPRECATED] Validate a Power BI custom visual package is valid for publication
Перейти к файлу
Ignat Vilesov 2b75a66708
Deprecation (#5)
2019-02-11 12:51:07 +03:00
config Upload code for the visuals-package-validator (#1) 2017-05-31 10:32:04 +03:00
tasks Upload code for the visuals-package-validator (#1) 2017-05-31 10:32:04 +03:00
.gitignore Upload code for the visuals-package-validator (#1) 2017-05-31 10:32:04 +03:00
LICENSE Initial commit 2017-05-30 01:59:24 -07:00
README.md Deprecation (#5) 2019-02-11 12:51:07 +03:00
gulpfile.js Upload code for the visuals-package-validator (#1) 2017-05-31 10:32:04 +03:00
package.json Update packages (#4) 2018-08-02 15:30:28 +03:00

README.md

DEPRECATED

This repository is no longer maintained

Usage

  • gulp --file PATH_TO_PBIVIZ

Available tasks

  • checkCSS StyleLint for package content, [--path PATH] for different files
  • checkPackage JSONSchema for package content, [--path PATH] for different files, [--ms] for Microsoft packages
  • checkSecurityJS ScanJS for package content, [--path PATH] for different files
  • checkTS TSLint for package content, [--path PATH] for different files
  • clean remove temp package directory ./.tmp/
  • help Display help text.
  • unpack Unpack Package
  • validate Validate pbiviz Package [--file PATH] for package file, [--ms] for Microsoft packages