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
- Host: GitHub
- URL: https://github.com/gimploo/ease
- Owner: gimploo
- License: mit
- Created: 2022-09-11T16:41:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-22T06:53:10.000Z (over 2 years ago)
- Last Synced: 2024-12-27T04:24:52.926Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```