Skip to content

InjectiveLabs/design-md-injective

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Injective DESIGN.md

This DESIGN.md is based on Injective's Brand Kit and complies with the specification and syntax of Google's DESIGN.md

Usage

Use in any generative AI harness or tool that supports the DESIGN.md specification.

Verification

Manual verification

This assesses the output that you have created using this DESIGN.md. Intended for use when you are creating a website or app.

Visually eyeball that your website or app looks similar to Injective's Brand Kit.

If there are any inconsistencies:

  • Update your website or app to address them
  • Assess if there is a gap in this DESIGN.md, and if so, please contribute an improvement!

Programmatic verification

This assesses the output that you have created using this DESIGN.md. Intended for use when you are contributing to this project.

Run the lint command:

npx @google/design.md lint ./DESIGN.md

You should see an output similar to the following.

{
  "findings": [
    {
      "severity": "info",
      "message": "Design system defines 11 colors, 3 typography scales, 5 rounding levels, 4 spacing tokens."
    }
  ],
  "summary": {
    "errors": 0,
    "warnings": 0,
    "infos": 1
  }
}

If there are a non-zero number of summary.errors or summary.warnings, please fix them before updating this repo. Any summary.infos are OK.

Author

Brendan Graetz

Licence

MIT

About

Injective DESIGN.md

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors