Skip to content

Commit

Permalink
Update escript description
Browse files Browse the repository at this point in the history
  • Loading branch information
msoedov committed May 15, 2017
1 parent dc06f83 commit 03e6154
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Firex

[![Build Status](https://travis-ci.org/msoedov/firex.svg?branch=master)](https://travis-ci.org/msoedov/firex)
[![Hex Version](https://img.shields.io/hexpm/v/firex.svg)](https://hex.pm/packages/firex)

Firex is a library for automatically generating command line interfaces (CLIs) from an elixir module

- Inspired by [Python Fire](https://github.com/google/python-fire)
- Built on top of `OptionParser` and `escript`
- Enhance exploring existing code or turning other people's code into a CLI for evaluation.
- Outputs [escript]( http://erlang.org/doc/man/escript.html) script executable (binary data)


## Basic Usage
Expand Down

0 comments on commit 03e6154

Please sign in to comment.