https://github.com/nicklamyeeman/cpm-cppm
C/C++ Package Manager
https://github.com/nicklamyeeman/cpm-cppm
Last synced: about 2 months ago
JSON representation
C/C++ Package Manager
- Host: GitHub
- URL: https://github.com/nicklamyeeman/cpm-cppm
- Owner: nicklamyeeman
- License: mit
- Created: 2022-05-03T18:26:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-16T13:38:55.000Z (about 3 years ago)
- Last Synced: 2025-01-27T07:09:20.714Z (4 months ago)
- Language: C++
- Homepage:
- Size: 130 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CPM/CPPM
C/C++ Package Manager
Explore the docs »
Report Bug
·
Request Feature
## Table of Contents
* [About the Project](#about-the-project)
* [Built With](#built-with)
* [Getting Started](#getting-started)
* [Prerequisites](#prerequisites)
* [Installation](#installation)
* [Usage](#usage)
* [Roadmap](#roadmap)
* [Contributing](#contributing)
* [Contact](#contact)
* [Acknowledgements](#acknowledgements)## About The Project
Use this project for C/C++ local package manager to start easily your C/C++ projects.
### Built With
* [CMake](https://cmake.org/)
## 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
```sh
git clone https://github.com/nicklamyeeman/cpm-cppm.git
```
2. Compile it
```sh
./build.sh
```## Usage
Use the usage with the ```--help``` or the ```-h``` option
```sh
cpm -h
cppm --help
```### Example
```sh
cpm start
Starting new project. Choose a name:
> SudokuChecker
Creating project: 'SudokuChecker'
``````sh
cpm install
Please write package name:
> explode
Importing package explode
``````sh
cppm start SudokuSolver
Creating project: 'SudokuSolver'
``````sh
cpm install explode
Importing package explode
```## Roadmap
See the [open issues](https://github.com/nicklamyeeman/cpm-cppm/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](https://twitter.com/nickauteen) - [email protected]
Project Link: [https://github.com/nicklamyeeman/cpm-cppm](https://github.com/nicklamyeeman/cpm-cppm)
## Acknowledgements
* [Best-README Template](https://github.com/othneildrew/Best-README-Template)
[contributors-shield]: https://img.shields.io/github/contributors/nicklamyeeman/repo.svg?style=flat-square
[contributors-url]: https://github.com/nicklamyeeman/repo/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/nicklamyeeman/repo.svg?style=flat-square
[forks-url]: https://github.com/nicklamyeeman/repo/network/members
[stars-shield]: https://img.shields.io/github/stars/nicklamyeeman/repo.svg?style=flat-square
[stars-url]: https://github.com/nicklamyeeman/repo/stargazers
[issues-shield]: https://img.shields.io/github/issues/nicklamyeeman/repo.svg?style=flat-square
[issues-url]: https://github.com/nicklamyeeman/repo/issues
[license-shield]: https://img.shields.io/github/license/nicklamyeeman/repo.svg?style=flat-square
[license-url]: https://github.com/nicklamyeeman/cpm-cppm/blob/main/LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/nicklamyeeman
[product-screenshot]: images/screenshot.png