Skip to content

nicklamyeeman/cpm-cppm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

CPM/CPPM

C/C++ Package Manager
Explore the docs »

Report Bug · Request Feature

Table of Contents

About The Project

Use this project for C/C++ local package manager to start easily your C/C++ projects.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Be sure you have CMake installed on your PC, then open a terminal

Installation

  1. Clone the repo
git clone https://github.com/nicklamyeeman/cpm-cppm.git
  1. Compile it
./build.sh

Usage

Use the usage with the --help or the -h option

cpm -h
cppm --help

Example

cpm start
Starting new project. Choose a name:
> SudokuChecker
Creating project: 'SudokuChecker'
cpm install
Please write package name:
> explode
Importing package explode
cppm start SudokuSolver
Creating project: 'SudokuSolver'
cpm install explode
Importing package explode

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Nick LAM YEE MAN - @nickauteen - [email protected]

Project Link: https://github.com/nicklamyeeman/cpm-cppm

Acknowledgements