From c5cfe04b7a3fe29ceb4a1ebd3faf697b66c70135 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 30 Mar 2015 11:54:07 +0700 Subject: [PATCH] add some bevry projects closes #254 --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 2148878..be4cf23 100644 --- a/readme.md +++ b/readme.md @@ -241,6 +241,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [lnfs](https://github.com/kevva/lnfs) - Force create symlinks like `ln -fs`. - [chokidar](https://github.com/paulmillr/chokidar) - Filesystem watcher which stabilizes events from `fs.watch` and `fs.watchFile` as well as using native `fsevents` on OS X. - [gaze](https://github.com/shama/gaze) - A globbing watch module which uses custom native binaries to listen to filesystem events. +- [istextorbinary](https://github.com/bevry/istextorbinary) - Check if a file is text or binary. ### Control flow @@ -378,6 +379,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [get-port](https://github.com/sindresorhus/get-port) - Get an available port. - [ipify](https://github.com/sindresorhus/ipify) - Get your public IP address. +- [getmac](https://github.com/bevry/getmac) - Get the computer MAC address. ### Static site generators @@ -385,6 +387,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Metalsmith](http://www.metalsmith.io) - An extremely simple, pluggable static site generator. - [Wintersmith](http://wintersmith.io) - Flexible, minimalistic, multi-platform static site generator. - [Assemble](http://assemble.io) - Static site generator for Node.js, Grunt.js, and Yeoman. +- [DocPad](https://github.com/docpad/docpad) - Static site generator with dynamic abilities and huge plugin ecosystem. ### Content management systems