Skip to content

Commit

Permalink
[common] Init common util folder
Browse files Browse the repository at this point in the history
- related #59
  • Loading branch information
at15 committed Dec 16, 2016
1 parent f2def63 commit 5effb06
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions common/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Common util

Common utils that could be used outside Ayi

- log
- command runner
- web server
- http client
- resource binding (replace go.rice)

## Log

- filter log by fields

## Command runner

- dry run
- run in background (like foreman)
- error handling

## Web server

- static file server (`Ayi web static`)

## Http client

- like python's requests `client.Get('http://api.github.com/').JSON()`

0 comments on commit 5effb06

Please sign in to comment.