{"id":13447175,"url":"https://github.com/egodigital/ego-cli","last_synced_at":"2025-03-21T17:30:56.576Z","repository":{"id":57220951,"uuid":"189787110","full_name":"egodigital/ego-cli","owner":"egodigital","description":"Command Line Interface, which is designed to handle things, like Dev(Ops) tasks, much faster.","archived":true,"fork":false,"pushed_at":"2021-06-27T16:36:11.000Z","size":2609,"stargazers_count":12,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-28T11:45:46.227Z","etag":null,"topics":["bash","batch-script","chuck-norris-jokes","cli","filesharing","git","http-server","javascript","module","nodejs","npm","scripts","shell","typescript","yeoman"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/ego-cli","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/egodigital.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-06-01T23:42:15.000Z","updated_at":"2023-12-22T13:14:21.000Z","dependencies_parsed_at":"2022-08-29T01:50:46.282Z","dependency_job_id":null,"html_url":"https://github.com/egodigital/ego-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/egodigital%2Fego-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egodigital%2Fego-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egodigital%2Fego-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egodigital%2Fego-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/egodigital","download_url":"https://codeload.github.com/egodigital/ego-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244838077,"owners_count":20518780,"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":["bash","batch-script","chuck-norris-jokes","cli","filesharing","git","http-server","javascript","module","nodejs","npm","scripts","shell","typescript","yeoman"],"created_at":"2024-07-31T05:01:10.150Z","updated_at":"2025-03-21T17:30:55.988Z","avatar_url":"https://github.com/egodigital.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"[![npm](https://img.shields.io/npm/v/ego-cli.svg)](https://www.npmjs.com/package/ego-cli)\n\n# ego-cli\n\nCommand Line Interface, which is designed to handle things, like Dev(Op) tasks, much faster.\n\n\u003e ⚠️⚠️⚠️ **This project is not maintained anymore. We will refactor the software and continue the work [here](https://github.com/egomobile/ego-cli)** ⚠️⚠️⚠️\n\n## Install\n\nYou can install it globally:\n\n```bash\nnpm install -g ego-cli\n```\n\nOr for your project, from where your `package.json` file is stored:\n\n```bash\nnpm install --save-dev ego-cli\n```\n\n## Execute\n\nFor example run the integrated [Yeoman generator](https://github.com/egodigital/generator-ego) by executing:\n\n```bash\nego new\n```\n\n## Available commands\n\nA (non complete) list of some interesting commands:\n\n```\naptdate              # Runs 'apt-get update', 'apt-get upgrade' and 'apt-get autoremove' in one command.\napi                  # Runs an Express.js based REST API from current directory.\nbackup               # Backups the current directory.\nbuild                # Shorthand for 'npm run build'.\ncsv-split            # Splits one or more (huge) CSV file(s) into separates parts.\nchuck                # Print a random Chuck Norris joke. Jep it is true! Just try it 😎\nclock                # Shows the current time or a clock value of another timezone.\ncreate               # Runs an e.GO creator module on npm.\ndevops-items-update  # Updates one or more Azure DevOps work items.\ndocker-stop          # Stops all running Docker containers.\ndocker-up            # Shorthand for 'docker-compose up'.\ngit-checkout         # Checks out (to) a branch.\ngit-delete           # Deletes local branches, except 'master' and the current one.\ngit-export           # Clones a repository to the working directory and removes the '.git' subfolder.\ngit-pull             # Pulls from all remotes to the current branch.\ngit-push             # Pushes the current branch to all remotes.\ngit-sync             # Syncs the current branch with all remotes.\njob                  # Executes one or more scripts periodically.\nnew                  # Starts the e.GO generator for Yeoman.\nnode-install         # Removes the 'node_modules' subfolder and executes 'npm install'.\npublic-ip            # Print public ipv4 and ipv6 ip address.\npull-request         # Starts a pull request (Azure DevOps) for the branch of the current git repository.\nqr                   # Creates an image file with a QR code from a text.\nrn-run               # Runs the current React Native project.\nrun                  # Runs one or more Node.js based script file(s).\nserve                # Starts a HTTP server that shares files via a web interface.\nslack-post           # Posts a message to one or more Slack channels.\nssl-new              # Creates a new self-signed SSL certificate.\nwatch                # Runs one or more scripts for file changes.\n```\n\nTo list all available commands, simply run\n\n```bash\nego\n```\n\n## Wiki\n\nHave a look at the [wiki](https://github.com/egodigital/ego-cli/wiki), which contains interesting articles and recipes like:\n\n* [Running REST APIs](https://github.com/egodigital/ego-cli/wiki/APIs)\n* [Running Scripts](https://github.com/egodigital/ego-cli/wiki/Scripts)\n* [Implementing Custom commands](https://github.com/egodigital/ego-cli/wiki/Custom%20commands)\n\n## Contribute\n\nThe [contribution guide](./CONTRIBUTION.md) explains, how to implement a new command, work with the code and open a pull request.\n\n## Copyright\n\nThat software makes use of free version of [MD Bootstrap](https://mdbootstrap.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegodigital%2Fego-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fegodigital%2Fego-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegodigital%2Fego-cli/lists"}