{"id":20859938,"url":"https://github.com/bogas04/project-manager-cli","last_synced_at":"2026-04-19T20:35:48.770Z","repository":{"id":143804159,"uuid":"42878311","full_name":"bogas04/project-manager-cli","owner":"bogas04","description":"💻 Project manager built with NodeJS 4.0.0","archived":false,"fork":false,"pushed_at":"2015-10-13T17:37:12.000Z","size":412,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-07T09:31:57.765Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bogas04.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-21T16:20:05.000Z","updated_at":"2020-04-30T10:35:47.000Z","dependencies_parsed_at":"2023-03-21T04:16:53.037Z","dependency_job_id":null,"html_url":"https://github.com/bogas04/project-manager-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/bogas04%2Fproject-manager-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogas04%2Fproject-manager-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogas04%2Fproject-manager-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bogas04%2Fproject-manager-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bogas04","download_url":"https://codeload.github.com/bogas04/project-manager-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243232481,"owners_count":20258110,"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":[],"created_at":"2024-11-18T04:54:02.578Z","updated_at":"2025-12-24T20:09:39.816Z","avatar_url":"https://github.com/bogas04.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Package Manager CLI\n==\n\nInspired by [eivind88/prm](https://github.com/eivind88/prm), I decided to build it using NodeJS.\nThough it doesn't really do anything better, I just wanted something to play with ES2015.\n\nHowever, the project does benefit from being a NodeJS module, ***multiplatform support***.\n\nNote: Node 4.0.0 or higher needed, as the code is written in ES2015\n\n![Screencast](/assets/screencast.gif)\n\nInstallation\n==\nMake sure you have Node 4.0.0 (at least) installed and npm installed.\n```bash\nnpm i node-pmc -g\n```\n\nSetup\n==\nSince a node process can only change working directory of its child process, \nin order to cd into your project, you will need to add an alias to your bash_rc, bash_profile like the following:\n```bash\n#pmc\npmcd () { cd `pmc $1`; }\npmcs () { cd `pmc $1`; `pmc start $1`; }\n```\n\nUsage\n==\nList all projects\n\n```bash\npmc ls|list\n```\n\nAdd new project\n\n```bash\npmc add \u003cproject-name\u003e \u003clocation\u003e \n```\nRemove existing project\n\n```bash\npmc rm|remove \u003cproject-name\u003e\n```\n\nOpen existing project\nIf you have added an [alias](#setup)\n```bash\npmc-cd \u003cproject-name\u003e\n```\nElse\n```bash\ncd `pmc \u003cproject-name\u003e`\n```\nor\n\n```bash\ncd $(pmc \u003cproject-name\u003e)\n```\n\nAdd start script for a project (_NOTE: It overwrites, so you can use it to change or even remove script_)\n```bash\npmc add-start \u003cproject-name\u003e \n```\n\nTo see start script of a project\n```bash\npmc start \u003cproject-name\u003e\n```\n\nStart a project\n```bash\n$(pmc start \u003cproject-name\u003e)\n```\nCredits\n==\nThanks to [eivind88/prm](https://github.com/eivind88/prm) for the idea\n\nLicense\n==\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbogas04%2Fproject-manager-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbogas04%2Fproject-manager-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbogas04%2Fproject-manager-cli/lists"}