Skip to content

mehmetalicayhan/packc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Index

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>

Add Dynamic Library: packc add -l <libraryName>

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 <packageName>

License

MIT LICENSE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages