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

https://github.com/gimploo/ease

An easy one line C project setup for multi platform desktop development
https://github.com/gimploo/ease

Last synced: 3 months ago
JSON representation

An easy one line C project setup for multi platform desktop development

Awesome Lists containing this project

README

          

# ease
An easy one line C project setup for multi platform
desktop development.

```bash
./ease.sh [options]
```

Types of options
-------------
--init := creates a project with the given name
--help := prints the helper prompt
--target := win64(default) and unix
--kill := deletes the given project safely

Examples
--------
* For windows
```bash
./ease.sh --init foo
```
* For unix
```bash
./ease.sh --init foo --target unix
```