JSPM

  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q45091F
  • License ISC

Multi-Parser & Code-Generator, developed with TypeScript on node.js.

Package Exports

  • derya
  • derya/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (derya) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Derya

HTML- & CSS-CodeGenerator, developed in TypeScript on Node.js. Contains a lot of classes and functions to generate, parse and edit HTML- and CSS-Code.

CSS

The CSS-SourceCode-Class contains CSS-Elements, which contains CSS-Properties.

CSS-Classes

  • CSSElement
  • CSSProperty
  • CSSSourceCode

HTML

The HTML-SourceCode-Class contains HTML-Elements (e.g. Tags), which can contain HTML-Tag-Attributes.

HTML-Classes

  • HTMLElement
  • HTMLSourceCode
  • HTMLTAGAttribute