Skip to content
This repository has been archived by the owner on Jun 6, 2020. It is now read-only.

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
G. Roggemans committed May 6, 2016
1 parent 859c39f commit 4bdc689
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Ellipsis-compiler [![Build Status][travis-image]][travis-url] [![Documentation status][docs-image]][docs-url] [![Latest tag][tag-image]][tag-url] [![Gitter chat][gitter-image]][gitter-url]

Configuration file compiler

**Warning: This project is in an early alpha stage. Use at own risk!**

TODO
Ellipsis-Compiler is a compiler for configuration files. It makes it possible
to use logic in any config file. This allows you to make dynamic
configurations, even if this is normally not supported.

### Features
- ...
Expand All @@ -24,6 +28,14 @@ need to symlink `.ellipsis/bin/ellipsis-compiler` to a folder that is in your pa

### Usage

Basic usage:

```bash
$ ellipsis-compiler $input-file $output-file
```
If the output file is omitted, `$input-file.out` will be used.

U can alter the behavior of the compiler by setting some env. variables.
TODO

### Docs
Expand Down

0 comments on commit 4bdc689

Please sign in to comment.