0.2.4 • Published 7 years ago

butter-themes-search v0.2.4

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
7 years ago

buttter-themes-search

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

Install

  npm install buttter-themes-search

Usage

  const search = require('butter-themes-search');
        //Search for themes
        search((themes) => {

            //Do stuff with...
            themes.map((a, b) => console.log(a, b));
        });

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]
 --- ...
0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago