{"id":15608662,"url":"https://github.com/hypercubed/generator-commander","last_synced_at":"2025-08-01T11:08:46.246Z","repository":{"id":10390280,"uuid":"12539885","full_name":"Hypercubed/generator-commander","owner":"Hypercubed","description":"A commander-cli generator for Yeoman","archived":false,"fork":false,"pushed_at":"2015-11-23T13:32:06.000Z","size":43,"stargazers_count":22,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-03T23:36:38.988Z","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/Hypercubed.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":"2013-09-02T12:47:26.000Z","updated_at":"2023-10-11T12:52:45.000Z","dependencies_parsed_at":"2022-09-12T21:02:21.637Z","dependency_job_id":null,"html_url":"https://github.com/Hypercubed/generator-commander","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Hypercubed/generator-commander","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hypercubed%2Fgenerator-commander","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hypercubed%2Fgenerator-commander/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hypercubed%2Fgenerator-commander/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hypercubed%2Fgenerator-commander/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hypercubed","download_url":"https://codeload.github.com/Hypercubed/generator-commander/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hypercubed%2Fgenerator-commander/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268214219,"owners_count":24214352,"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-08-01T02:00:08.611Z","response_time":67,"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-03T05:21:49.191Z","updated_at":"2025-08-01T11:08:46.194Z","avatar_url":"https://github.com/Hypercubed.png","language":"JavaScript","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=X7KYR6T9U2NHC"],"categories":[],"sub_categories":[],"readme":"# generator-commander [![Build Status](https://secure.travis-ci.org/Hypercubed/generator-commander.png?branch=master)](https://travis-ci.org/Hypercubed/generator-commander) [![NPM version](https://badge.fury.io/js/generator-commander.png)](http://badge.fury.io/js/generator-commander)\n\nA CLI generator for [Yeoman](http://yeoman.io).\n\nThis generator will create a [Commander.js](https://github.com/visionmedia/commander.js) based command line application using [yo](https://github.com/yeoman/yo) with options to include [autocmdr](https://github.com/Hypercubed/autocmdr) components.\n\n## Installation\n\nInstall Yeoman if you haven't done so already.\n\n    $ npm install -g yo\n\nTo install generator-commander:\n\n    $ npm install -g generator-commander\n\n## Usage\n\nAt the command-line, `cd` into an empty directory, run this command and initiate the app generator:\n\n    $ yo commander\n\nThis will generate files in the current working directory for a [Commander.js](https://github.com/visionmedia/commander.js) based application.\n\nTo create a commander.js command-component initiate the command generator:\n\n    $ yo commander:command \u003cname\u003e\n\nThis will create a new file in `cmds/` directory of the current working directory.  This file can be included in your application by adding\n\n    require('../cmds/\u003cname\u003e.js')(program);\n\nto your application in the `bin` directory; or optionally install the `autocmdr` components for auto-loading `cmds`.\n\n## [autocmdr](https://github.com/Hypercubed/autocmdr) and generator-commander \n\n[autocmdr](https://github.com/Hypercubed/autocmdr) and generator-commander are brothers.  autcmdr is a command line tool for running commands (commands in a  commander.js command-component) and a set of libraries for enhancing command line applications.  generator-commander is a tool for scaffolding commander.js command-components and command line applications.\n\nCalling `autocmdr` from a shell will load commands located in the current working directory's `cmds/` folder. New commands can be added to any directory by invoking `yo commander:command \u003cname\u003e`.  When running `yo commander` you are given the option of including autocmdr components in your application.  See the autocmdr [readme](https://github.com/Hypercubed/autocmdr/blob/master/Readme.md) for a complete workflow and explanation of the available components.\n\n## What is Yeoman?\n\nIf you'd like to get to know Yeoman better and meet some of his friends, [Grunt](http://gruntjs.com) and [Bower](http://bower.io), check out the complete [Getting Started Guide](https://github.com/yeoman/yeoman/wiki/Getting-Started).\n\n\n## License\n\n[MIT License](http://en.wikipedia.org/wiki/MIT_License)\n\nCopyright (c) 2013 J. Harshbarger\n[![Gittip donate button](http://badgr.co/gittip/hypercubed.png)](https://www.gittip.com/hypercubed/ \"Donate weekly to this project using Gittip\")\n[![Paypal donate button](http://badgr.co/paypal/donate.png?bg=%23feb13d)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=X7KYR6T9U2NHC \"One time donation to this project using Paypal\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypercubed%2Fgenerator-commander","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhypercubed%2Fgenerator-commander","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypercubed%2Fgenerator-commander/lists"}