An open API service indexing awesome lists of open source software.

https://github.com/adjivas/env

Environement Module interpreter
https://github.com/adjivas/env

Last synced: 10 months ago
JSON representation

Environement Module interpreter

Awesome Lists containing this project

README

          

Environement
============

[![Build Status](https://travis-ci.org/adjivas/env.svg)](https://travis-ci.org/adjivas/env)
[![GPLv3 License](http://img.shields.io/badge/license-GPLv3-blue.svg)](https://www.gnu.org/copyleft/gpl.html)

This librairy is a systen's project for adds, sets or deletes variable's environement -env-.

#### Example:
```shell
$ cargo run
!env
...
```

#### Directory-Tree:

```shell
.
|_ Cargo.toml
|_ LICENSE
|_ README.md
\_ src
|_ bin.rs
\_ lib.rs
```

# License
*env*'s code in this repo uses the [GNU GPL v3](http://www.gnu.org/licenses/gpl-3.0.html) [license](https://github.com/adjivas/env/blob/master/LICENSE).