Using github as the remote server.
The ze.project
file is a file that indicating the structure of the project.
Sample ze.project:
lang: c++
src-dir: src
src-files: sample.hpp, sample.cpp
Then will download the files defined in the src-files
in ze.project
to ./lib/<project_name>
.
Will create a ze.project in your root directory and bootstrap the project.