design

Describe things with design.json

Usage no npm install needed!

<script type="module">
  import design from 'https://cdn.skypack.dev/design';
</script>

README

design.json

A schema for describing the things I make with my computer. It is intended to describe not only the purpose of a thing, but what it looks like: its color, its logo, its font, etc.

Uses

  • apps
  • webservices
  • npm modules
  • projects
  • blog posts

Schema

{
  "name": "The Zoo",
  "tagline": "Illustrations for a graphic novel about Central Park.",
  "description": "",
  "url": "http://example-zoo.com",
  "image": "http://example-zoo.com/logo.svg",
  "color": "#F00"
}