add some bevry projects

closes #254
This commit is contained in:
Sindre Sorhus
2015-03-30 11:54:07 +07:00
parent db628de90c
commit c5cfe04b7a

View File

@@ -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`. - [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. - [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. - [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 ### 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. - [get-port](https://github.com/sindresorhus/get-port) - Get an available port.
- [ipify](https://github.com/sindresorhus/ipify) - Get your public IP address. - [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 ### 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. - [Metalsmith](http://www.metalsmith.io) - An extremely simple, pluggable static site generator.
- [Wintersmith](http://wintersmith.io) - Flexible, minimalistic, multi-platform 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. - [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 ### Content management systems