Skip to content

Commit 6b8269c

Browse files
committed
README.md: Add Status and Features sections
1 parent 8860df5 commit 6b8269c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
A lua library to spawn programs
22

3+
## Status
4+
5+
[![Build Status](https://travis-ci.org/daurnimator/lua-spawn.svg)](https://travis-ci.org/daurnimator/lua-spawn)
6+
7+
8+
## Features
9+
10+
- High level functions for common cases
11+
- Bindings to the full `posix_spawn` family of functions
12+
- Compatible with Lua 5.1, 5.2, 5.3 and [LuaJIT](http://luajit.org/)
13+
14+
Currently only works on POSIXy systems, but the high level module should be portable to Windows; someone just needs to put the work in.
15+
16+
317
## Rationale
418

519
Spawning a new child program from a lua script is surprisingly hard.

0 commit comments

Comments
 (0)