Skip to content
/ ease Public

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

License

Notifications You must be signed in to change notification settings

gimploo/ease

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages