🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@fontoxml/fontoxml-development-tools-module-schema

Package Overview
Dependencies
Maintainers
8
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fontoxml/fontoxml-development-tools-module-schema

Analytical tools for inspecting FontoXML-optimized schema files.

latest
Source
npmnpm
Version
3.0.0
Version published
Maintainers
8
Created
Source

fontoxml-development-tools-module-schema Build Status NPM version Greenkeeper badge

The Development tools for FontoXML can support a developer when configuring a FontoXML editor. This module contains commands for showing information about the schema.

Installation

This module is part of the FontoXML development tools and is not meant to be used separately. To install the FontoXML development tools, run the following command:

npm i -g @fontoxml/fontoxml-development-tools

Usage examples

fdt attributes [--schema <schemaPath>] [--columns name ns use defaultvalue ...]

Output a table with information about all attributes in a schema.

fdt attribute <attributeName> [--schema <schemaPath>]

Output schema information about a specific attribute. An attribute may have different definitions in the same schema, this command summarizes them all.

fdt elements [--schema <schemaPath>] [--columns name ns local desc atts ...]

Output a table with information about all elements in a schema.

fdt element <elementName> [--schema <schemaPath>]

Output schema information about a specific element, including detailed content model info.

fdt schemas [--columns package locations path]

Output a table with information about all schemas.

fdt simpletypes [--columns name variety format]

Output a table with information about all simple types in a schema.

Keywords

fontoxml

FAQs

Package last updated on 20 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts