{"id":16758480,"url":"https://github.com/kessler/node-nmg","last_synced_at":"2025-10-15T22:22:55.654Z","repository":{"id":142618774,"uuid":"24000753","full_name":"kessler/node-nmg","owner":"kessler","description":"(my) Node Module Generator","archived":false,"fork":false,"pushed_at":"2015-02-08T14:27:04.000Z","size":224,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T18:18:54.335Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kessler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-13T17:27:36.000Z","updated_at":"2019-08-13T15:50:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa617206-2834-45e5-a597-7fd88d2902b4","html_url":"https://github.com/kessler/node-nmg","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/kessler/node-nmg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kessler%2Fnode-nmg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kessler%2Fnode-nmg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kessler%2Fnode-nmg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kessler%2Fnode-nmg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kessler","download_url":"https://codeload.github.com/kessler/node-nmg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kessler%2Fnode-nmg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279121937,"owners_count":26108333,"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","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-13T04:05:28.870Z","updated_at":"2025-10-15T22:22:55.610Z","avatar_url":"https://github.com/kessler.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# my Node Module Generator - WIP\n\nAn efficiency tool.\n\nThis tool will create a new module for you, based on a template. It can also create a github project automatically as well as initialized git in the newly created module.\n\n```\n\tnpm install -g nmg\n\tnmg create awesome --inithub\n```\nconfigure by creating an [rc](https://github.com/dominictarr/rc) config somewhere (probably ~/.config)\n```\n{\n\t\"context\": {\n\t\t\"author\": \"[your name]\",\n\t\t\"github\": {\n\t\t\t\"user\": \"[your github username]\"\n\t\t}\n\t},\n\n\t\"githubToken\": \"[a github token with repo permissions]\"\n}\n```\nand then\n```\n\tnmg create [moduleName]\n\tnmg create [moduleName] --github // also create a repo on github\n\tnmg create [moduleName] --gitinit // also create a local git repo, add all files and do initial commit\n\tnmg create [moduleName] --inithub // combine the above two commands\n```\nYou can also do\n```\n\tnmg --usage\n```\nto see some help\n\n# todo\n- add makefile to minimal\n- add .editorconfig to minimal\n- add .jshintrc to minimal\n- fix whitespaces in package.json minimal template\n- add partials support\n- use proper cli / args lib (like yargs or nomnom)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkessler%2Fnode-nmg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkessler%2Fnode-nmg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkessler%2Fnode-nmg/lists"}