/packc

Primary LanguageC++MIT LicenseMIT

Index

  1. Description
  2. Usage
  3. Installation
  4. License

Description

packc is a project manager for C++. You can create project or add classes,source files, or header files to your existing packc project. In same time this files add to your cmake file automatically. You can build and run your projects and define your own commands.

Usage

Create Project: packc create

Create Source File: packc add -s <filename>

Create C++ Class: packc add -c <filename>

Create Header File: packc add -h <filename>

Build Project: packc build

Run Project: packc run

Clean Project: packc clean

Installation

Debian based:

  • Go to release page and download .deb file

  • Open a terminal and enter following command

  sudo dpkg -i packc-0.0.2-beta.deb

License

MIT LICENSE