butter-themes-search
v0.2.4
Published
A simple module to fetch and analizye butter-themes
Readme
buttter-themes-search
A simple module to fetch and analyze butter-themes from github repositories.
Install
npm install buttter-themes-searchUsage
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
> [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]
--- ...