Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 550 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 550 Bytes

ease

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

    ./ease.sh [options]

Types of options

--init <project_name>   := creates a project with the given name
--help                  := prints the helper prompt
--target <platform>     := win64(default) and unix
--kill <project_name>   := deletes the given project safely

Examples

  • For windows
        ./ease.sh --init foo
  • For unix
        ./ease.sh --init foo --target unix