Skip to content

hellokatili/plugin-node-pattern-lab-state-output

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plugin-node-pattern-lab-state-output

Creates additional JSON file in public directory with states and links for all patterns.

additionalPatternsData.json

{
  "patterns": {
    "00-atoms-00-global-00-brand-colors": {
      "patternLink": "00-atoms-00-global-00-brand-colors\\00-atoms-00-global-00-brand-colors.rendered.html",
      "patternState": "inreview"
    },
    "00-atoms-00-global-01-neutral-colors": {
      "patternLink": "00-atoms-00-global-01-neutral-colors\\00-atoms-00-global-01-neutral-colors.rendered.html",
      "patternState": "complete"
    },
    "00-atoms-00-global-02-utility-colors": {
      "patternLink": "00-atoms-00-global-02-utility-colors\\00-atoms-00-global-02-utility-colors.rendered.html",
      "patternState": "complete"
    },
    "00-atoms-00-global-03-fonts": {
      "patternLink": "00-atoms-00-global-03-fonts\\00-atoms-00-global-03-fonts.rendered.html",
      "patternState": "complete"
    },
    "00-atoms-00-global-04-animations": {
      "patternLink": "00-atoms-00-global-04-animations\\00-atoms-00-global-04-animations.rendered.html",
      "patternState": "complete"
    },
    "00-atoms-buttons-button": {
      "patternLink": "00-atoms-buttons-button\\00-atoms-buttons-button.rendered.html",
      "patternState": "inreview"
    },
    "00-atoms-buttons-text-button": {
      "patternLink": "00-atoms-buttons-text-button\\00-atoms-buttons-text-button.rendered.html",
      "patternState": "inprogress"
    },
    ...
  }
}

About

Creates additional JSON file in public directory with states and links for all patterns.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors