Coder Social home page Coder Social logo

cee-project-manager's Introduction

cee project manager

cee is a highly customizable project manager for C and C++ projects with extremely similar usage to cargo

Installation

Unix-like

$ git clone https://github.com/basicallygit/cee-project-manager
$ cd cee-project-manager
$ chmod +x install.sh
$ ./install.sh

Windows

$ git clone https://github.com/basicallygit/cee-project-manager
$ cd cee-project-manager
$ powershell.exe -ExecutionPolicy Bypass -File "install.ps1"

Manual

$ git clone https://github.com/basicallygit/cee-project-manager
$ cd cee-project-manager
$ cargo build --release

Usage

commands

Command Description
cee new (project name) Creates a new project
cee init Initializes project in the pwd
cee build Build the project but dont run it
cee run (args) Build and run the project (args will be passed to the program)
cee clean Purge the bin folder of all compiled files

flags

Flag Description
--release/-r Compile with optimizations turned on (run/build only)
--lang/-l Specify language (default=c) (init/new only)
--compiler-output/-co Show exit code, stdout & stderr output of the compiler

cee.conf customization

Key Description
C_COMPILER The C compiler to use
CPP_COMPILER The C++ compiler to use
RELEASE_FLAGS Flags for the compiler when in release mode
DEBUG_OUTPUT_FILE Output binary for non-release mode (debug)
RELEASE_OUTPUT_FILE Output binary for release mode
INPUT_SRC_FILE The main source file
VERSION Project version

tested on

OS extra info
Linux no problems
Windows no problems
FreeBSD no problems
OpenBSD no problems
Android no problems

ios, macos, dragonfly/netBSD and other posix-compliant OS's will also more than likely work fine

cee-project-manager's People

Contributors

basicallygit avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.