{"id":18773894,"url":"https://github.com/ejunjsh/mypm","last_synced_at":"2025-12-14T02:30:17.313Z","repository":{"id":109691060,"uuid":"132589389","full_name":"ejunjsh/mypm","owner":"ejunjsh","description":null,"archived":false,"fork":false,"pushed_at":"2018-05-10T07:13:13.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-12-29T08:41:58.008Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ejunjsh.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-08T09:56:25.000Z","updated_at":"2018-05-10T07:13:15.000Z","dependencies_parsed_at":"2023-03-13T14:05:06.566Z","dependency_job_id":null,"html_url":"https://github.com/ejunjsh/mypm","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/ejunjsh%2Fmypm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejunjsh%2Fmypm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejunjsh%2Fmypm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejunjsh%2Fmypm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ejunjsh","download_url":"https://codeload.github.com/ejunjsh/mypm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239680985,"owners_count":19679509,"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-07T19:36:09.555Z","updated_at":"2025-12-14T02:30:17.262Z","avatar_url":"https://github.com/ejunjsh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mypm\n\na wrapper of npm. it just pass the arguments to `npm` to do what `npm` to do. for example `mypm install express` equals to `npm install express`.\n\n\n## install\n\n    npm install mypm -g\n\n## why to create this stuff.\n\nif you want to extend `npm` or add some command to `npm`, you just need to extend the `mypm`, just clone the code, add some command code.\n\nfor example: if you want to extend the `init` command,just add init command code,the fake code is like below:\n\n    src/commands/init.js\n    //do something before init\n    preinit();\n    //do init same as `npm init`\n    npminit();\n    // do something after init, you can add some logic to create some template code.\n    postinit();\n\nall is done, build the code and publish to npm,then reinstall the mypm `npm install mypm -g`,ok,you can use the new init command:\n\n    mypm init\n    \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fejunjsh%2Fmypm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fejunjsh%2Fmypm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fejunjsh%2Fmypm/lists"}