Skip to content

butterthemes/butter-themes-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

> [email protected] 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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published