@google/dscc-validation
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

dscc-scripts

Scripts to validate files for Data Studio Community Visualizations. The project is primarily used by dscc-scripts.

npm Version npm Downloads Package Quality

Usage

To use these scripts, add @google/dscc-validation to your package.json.

npm install -D @google/dscc-validation

or

yarn add -D @google/dscc-validation

This will make dscc-validation available to your npm scripts.

Sample usage: (Typescript)

import * as validate from '@google/dscc-validation';

// to validate a manifest JSON
validate.validateManifest(JSON.parse(manifestString));

// to validate a config
validate.validateConfig(configString);


Dependents (1)

Package Sidebar

Install

npm i @google/dscc-validation

Weekly Downloads

111

Version

1.0.4

License

Apache-2.0

Unpacked Size

79.7 kB

Total Files

14

Last publish

Collaborators

  • bcoe
  • google-wombot
  • ofrobots
  • mrdoob