butterthemes / butter-themes-search

A simple module to fetch and analyze butter-themes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

buttter-themes-search

License: GPL v3 npm npm

A simple module to fetch and analyze butter-themes from github repositories.

Install

  npm install buttter-themes-search

Usage

  const getThemes = require('butter-themes-search');
        //Search for themes
        getThemes(themes => themes.forEach(a => console.log(a)));

Test

npm test

> butter-themes-search@0.0.1 test ./butter-themes-search/test/test.js
> node ./test/test.js

 Searching for themes...

 Results found: 2 official themes, 0 third-party, 2 total.

 --- butter-theme(official): butter-theme-pink 0.0.1 [0]
 --- butter-theme(official): butter-theme-dark 0.0.1 [1]
 --- ...

About

A simple module to fetch and analyze butter-themes.

License:Other


Languages

Language:JavaScript 100.0%