Skip to content

tzi/webtools-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebTools Crawler

A cli tool to browse WebToolsWeekly archives

Usage

# See tools from the last issue (and the previous ones iteratively)
./webtools.js 

# See tools from a specific issue
./webtools.js -i 86

# See matching tools from the last issue (and the previous ones iteratively)
./webtools.js <regex>

# See matching tools from a specific issue
./webtools.js -i 86 <regex>

Installation

git clone git@github.com:tzi/webtools-crawler.git
npm i

Examples

$ ./webtools.js bem
Issue 160: No matching result
Issue 159: No matching result
Issue 158: No matching result

Issue 157
======

Avalanche
	 "Superclean, powerful, responsive, Sass-based, BEM-syntax CSS grid system."
	 https://github.com/colourgarden/avalanche

SassBlocks
	 "Introduces a pattern to make working with BEM-blocks/modules in Sass/SCSS a little more OOP."
	 https://github.com/djfarly/sass-blocks
	 
Next issue (ynq)?
$ ./webtools.js -i 138 bem

Issue 138
======

_bemify
	 "A set of Sass mixins to write well-structured, maintainable, idiomatic BEM-style .scss."
	 http://franzheidl.github.io/bemify/

Author & Community

WebTools Crawler is under MIT License

This tool is created by Thomas ZILLIOX

The WebToolsWeekly newsletter is curated by Louis Lazaris

About

A cli tool to browse WebToolsWeekly archives

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published