{"id":15735307,"url":"https://github.com/unicorn-plus-plus/cli","last_synced_at":"2026-04-13T02:03:16.899Z","repository":{"id":57386167,"uuid":"350514568","full_name":"unicorn-plus-plus/cli","owner":"unicorn-plus-plus","description":"Unicorn-plus-plus is a packet manager that boosts your .cpp projects with ✨magic✨","archived":false,"fork":false,"pushed_at":"2021-05-02T17:53:01.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T14:02:14.330Z","etag":null,"topics":["builder","c","cli","cmake","cplusplus","cpp","packet-manager"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unicorn-plus-plus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-22T23:03:02.000Z","updated_at":"2023-02-17T23:01:28.000Z","dependencies_parsed_at":"2022-09-14T16:00:37.963Z","dependency_job_id":null,"html_url":"https://github.com/unicorn-plus-plus/cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicorn-plus-plus%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicorn-plus-plus%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicorn-plus-plus%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicorn-plus-plus%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unicorn-plus-plus","download_url":"https://codeload.github.com/unicorn-plus-plus/cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246413244,"owners_count":20773053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["builder","c","cli","cmake","cplusplus","cpp","packet-manager"],"created_at":"2024-10-04T01:12:12.810Z","updated_at":"2026-04-13T02:03:11.833Z","avatar_url":"https://github.com/unicorn-plus-plus.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/16030020/116820358-e7e48000-ab74-11eb-9ed6-b53e74298d52.png\" alt=\"logo\" width=150 height=150\u003e\n  \u003ch3 align=\"center\"\u003eUnicorn-plus-plus CLI\u003c/h3\u003e\n  \u003cp align=\"center\"\u003e\n    Unicorn-plus-plus is a packet manager that boosts your \u003cb\u003e.cpp\u003c/b\u003e projects with ✨magic✨.\n    \u003cbr\u003e\n    \u003cstrong\u003e- Requirements -\u003c/strong\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003cimg src=\"https://img.shields.io/static/v1?label=cpp\u0026message=11\u0026color=007bff\"\u003e\n    \u003cimg src=\"https://img.shields.io/static/v1?label=cmake\u0026message=3.16\u0026color=007bff\"\u003e\n    \u003cimg src=\"https://img.shields.io/static/v1?label=OS\u0026message=Win\u0026color=28a745\"\u003e\n    \u003cimg src=\"https://img.shields.io/static/v1?label=OS\u0026message=Mac\u0026color=28a745\"\u003e\n    \u003cimg src=\"https://img.shields.io/static/v1?label=OS\u0026message=Linux\u0026color=28a745\"\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\u003cbr\u003e\n\n## :rocket: Installation\n1. Install [npm](https://docs.npmjs.com/getting-started/installing-node)\n2. Execute the command\n```shell\nnpm install unicorn-plus-plus-cli -g\n```\n\n## :unicorn: Unicorn Plus Plus\nUPP is a wrapper for CMAKE. It aims to standardize the development of cpp libraries. \u003cbr\u003e\nThe main feature is the **upp.json** configuration file. At the moment, the available features are only the ones shown in this example:\n```json\n{\n  \"name\": \"Unicorn\",\n  \"namespace\": \"Magicland\",\n  \"version\": \"4.0.4\",\n  \"description\": \"This Unicorn packet is awersome.\",\n  \"modules\": [\n    {\n      \"name\": \"MagiclandCat\",\n      \"tag\": \"HEAD\",\n      \"path\": \"https://github.com/unicorn-plus-plus/cat\",\n    },\n    {\n      \"name\": \"MagiclandGuineapig\",\n      \"tag\": \"HEAD\",\n      \"path\": \"https://github.com/unicorn-plus-plus/guineapig\",\n    },\n  ]\n}\n```\n\n## :computer: CLI Commands\n\u003eIf you want to see help just press `upp` in console.\n\nHere is the list of all commands available:\n- `new:simple [name]`\u003cbr\u003e\n  Create a new simple project. Use this if you want to build a simple main to test stuff.\n- `new:executable [name] -n [namespace]`\u003cbr\u003e\n  Create a new executable project with namespace. Use this for standard project. You must specify a namespace to avoid problems with hierarchy. \n- `new:interface [name] -n [namespace]`\u003cbr\u003e\n  Create a new interface project with namespace. Similar to executable but you need this version if you use full templates and you don't have .cpp file to compile.\n- `help [command]`\u003cbr\u003e\n  Display help for command.\n\n## :gift: Credits\n- **Icon**: made by \u003ca href=\"https://www.freepik.com\" title=\"Freepik\"\u003eFreepik\u003c/a\u003e from \u003ca href=\"https://www.flaticon.com/\" title=\"Flaticon\"\u003ewww.flaticon.com\u003c/a\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funicorn-plus-plus%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funicorn-plus-plus%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funicorn-plus-plus%2Fcli/lists"}