Socket
Socket
Sign inDemoInstall

theo

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

theo

Theme tokenizer working with JSON input generating variables for Sass, Stylus, Less, Aura, iOS (plist) and Android (XML)


Version published
Weekly downloads
11K
decreased by-0.43%
Maintainers
1
Weekly downloads
 
Created
Source

theo

Theme tokenizer working with JSON input generating variables for:

  • Sass
  • Stylus
  • Less
  • Aura
  • plist
  • XML

Usage

npm install theo
theo Sass ./variables ./output
theo "Sass, Stylus, Less, Aura, plist, XML" ./variables ./output

The input folder ./variables in this examples should contain at least one JSON file with the following format:

{
  "theme": {
    "name": "Name of the theme",
    "categories": [
      {
        "name": "Name of the category like colors",
        "properties": [
          {
            "name":"COLOR_PRIMARY",
            "value":"#2a94d6"
          },
          {
            "name":"COLOR_LINK",
            "value":"#006eb3"
          }
        ]
      }
    ]
  }
}

You could also start by cloning one if the mock files.

Test

Run tests with:

make test

License

BSD 2-Clause License

Keywords

FAQs

Package last updated on 26 Feb 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc