Skip to content

A small application designed to help Collective Unconscious developers submit their updates

License

Notifications You must be signed in to change notification settings

noahrav/cu_submitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CU Submitter

A small application designed to help Collective Unconscious developers submit their updates

Requirements

Cmake > 3.14

Build instructions

cd
git clone https://github.com/noahrav/cu_submitter.git
cd cu_submitter
cmake -B build
cd build
make

The executable is build/cu_submitter

CLI

./cu_submitter --help | --usage : prints the usage
./cu_submitter [-p <server_port>] : opens backend server on specific port; 3000 by default
./cu_submitter --chgen <base_path> <modified_path> : generates a changelog text file
./cu_submitter --transfer <unmodified_copy_path> <modified_copy_path> <destination_path> : transfers the modified files to the destination path
./cu_submitter --submit <unmodified_copy_path> <modified_copy_path> [<archive_path>] : copy the modified files to a submission folder

About

A small application designed to help Collective Unconscious developers submit their updates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages