butter-themes-search

0.2.4 • Public • Published

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

Package Sidebar

Install

npm i butter-themes-search

Weekly Downloads

0

Version

0.2.4

License

GPL-3.0

Last publish

Collaborators

  • btzr-io