dot-language-support

Library for parsing and analyzing DOT scripts

https://github.com/nikeee/dot-language-support

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.1%) to scientific vocabulary

Keywords

dot-language graphviz hacktoberfest language-service typescript
Last synced: 6 months ago · JSON representation ·

Repository

Library for parsing and analyzing DOT scripts

Basic Info
  • Host: GitHub
  • Owner: nikeee
  • License: mit
  • Language: TypeScript
  • Default Branch: master
  • Homepage:
  • Size: 1.35 MB
Statistics
  • Stars: 16
  • Watchers: 2
  • Forks: 3
  • Open Issues: 9
  • Releases: 0
Topics
dot-language graphviz hacktoberfest language-service typescript
Created over 7 years ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

dot-language-support CD CI Dependencies npm version

A language service library, written in TypeScript. Used by dot-language-server and edotor.net.

Features

  • Highlight semantic and syntactic errors
  • Auto completion for colors and shapes
  • Code Actions:
    • Refactoring Graphs to Digraphs and vice-versa
    • Fix wrong graph edges
    • Refactor edges to sub graphs

Installation

sh npm -S i dot-language-support

Owner

  • Name: Niklas Mollenhauer
  • Login: nikeee
  • Kind: user
  • Location: Germany

Polyglot software engineer. Likes reducing cognitive overhead as well as language, API and DX/UX design.

Citation (CITATION.cff)

cff-version: 1.2.0
title: DOT Language Support
message: If you use this software, please cite it using the metadata from this file.
type: software
authors:
  - given-names: Niklas
    family-names: Mollenhauer
repository-code: 'https://github.com/nikeee/dot-language-support'
abstract: A language service library for the DOT language (graphviz). Used by dot-language-server and edotor.net.
keywords:
  - dot
  - graphviz
  - language-server-protocol
license: MIT

GitHub Events

Total
  • Issues event: 1
  • Watch event: 2
  • Delete event: 25
  • Issue comment event: 2
  • Push event: 35
  • Pull request event: 51
  • Create event: 35
Last Year
  • Issues event: 1
  • Watch event: 2
  • Delete event: 25
  • Issue comment event: 2
  • Push event: 35
  • Pull request event: 51
  • Create event: 35

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 338
  • Total Committers: 4
  • Avg Commits per committer: 84.5
  • Development Distribution Score (DDS): 0.18
Past Year
  • Commits: 128
  • Committers: 3
  • Avg Commits per committer: 42.667
  • Development Distribution Score (DDS): 0.438
Top Committers
Name Email Commits
Niklas Mollenhauer n****e@o****m 277
dependabot[bot] 4****]@u****m 51
Niklas Mollenhauer n****e@u****m 9
JP m****6@g****m 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 27
  • Total pull requests: 122
  • Average time to close issues: 6 months
  • Average time to close pull requests: about 3 hours
  • Total issue authors: 8
  • Total pull request authors: 2
  • Average comments per issue: 0.44
  • Average comments per pull request: 0.03
  • Merged pull requests: 111
  • Bot issues: 1
  • Bot pull requests: 121
Past Year
  • Issues: 2
  • Pull requests: 46
  • Average time to close issues: N/A
  • Average time to close pull requests: about 3 hours
  • Issue authors: 2
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.04
  • Merged pull requests: 37
  • Bot issues: 1
  • Bot pull requests: 46
Top Authors
Issue Authors
  • nikeee (19)
  • soerface (2)
  • reavessm (1)
  • ghost (1)
  • Esgariot (1)
  • dependabot[bot] (1)
  • codetrix (1)
  • CarlKnox (1)
Pull Request Authors
  • dependabot[bot] (162)
  • codetrix (1)
  • luckasRanarison (1)
Top Labels
Issue Labels
enhancement (15) area-completion (5) area-refactorings (3) bug (3) tests (3) area-diagnostics (2) lsp (2) area-hover (2) area-codefixes (1) dependencies (1) javascript (1)
Pull Request Labels
dependencies (162) javascript (157) github_actions (3)

Dependencies

package-lock.json npm
  • 288 dependencies
package.json npm
  • @types/jest ^27.5.1 development
  • jest ^28.1.0 development
  • rimraf ^3.0.2 development
  • ts-jest ^28.0.2 development
  • typescript ^4.6.4 development
  • vscode-languageserver-textdocument ^1.0.4
  • vscode-languageserver-types ^3.17.1
.github/workflows/CD.yml actions
  • actions/checkout v4 composite
  • actions/setup-node v3 composite
.github/workflows/CI.yml actions
  • actions/checkout v4 composite
  • actions/setup-node v3 composite