{"id":18314310,"url":"https://github.com/agrublev/hvn","last_synced_at":"2025-04-05T19:34:32.908Z","repository":{"id":57143188,"uuid":"149913859","full_name":"agrublev/hvn","owner":"agrublev","description":"The heaven","archived":false,"fork":false,"pushed_at":"2018-11-13T16:32:46.000Z","size":67168,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"runner","last_synced_at":"2025-03-28T01:12:23.484Z","etag":null,"topics":["cli","node"],"latest_commit_sha":null,"homepage":"","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/agrublev.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}},"created_at":"2018-09-22T20:13:09.000Z","updated_at":"2022-12-06T23:53:46.000Z","dependencies_parsed_at":"2022-09-05T11:50:31.230Z","dependency_job_id":null,"html_url":"https://github.com/agrublev/hvn","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrublev%2Fhvn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrublev%2Fhvn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrublev%2Fhvn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrublev%2Fhvn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agrublev","download_url":"https://codeload.github.com/agrublev/hvn/tar.gz/refs/heads/runner","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247393341,"owners_count":20931806,"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":["cli","node"],"created_at":"2024-11-05T16:31:40.796Z","updated_at":"2025-04-05T19:34:32.249Z","avatar_url":"https://github.com/agrublev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"hvn\n===\n\nAwesoness, in a terminal cli :\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://asciinema.org/a/do7yJeULeMfWUyoIv8i2lp0a8\"\u003e\u003cimg width=\"700\" src=\"https://cdnme.s3.amazonaws.com/cdn/2812-3813-hvn.png\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/rad.svg)](https://npmjs.org/package/rad)\n[![Downloads/week](https://img.shields.io/npm/dw/rad.svg)](https://npmjs.org/package/rad)\n[![License](https://img.shields.io/npm/l/rad.svg)](https://github.com/agrublev/hvn/blob/master/package.json)\n\n\u003c!-- toc --\u003e\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n# Usage\n\u003c!-- usage --\u003e\n```sh-session\n$ npm install -g hvn\n$ hvn COMMAND\nrunning command...\n$ hvn (-v|--version|version)\nhvn/2.1.7 darwin-x64 node-v8.11.3\n$ hvn --help [COMMAND]\nUSAGE\n  $ hvn COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n* [`hvn command`](#hvn-command)\n* [`hvn deploy`](#hvn-deploy)\n* [`hvn editor`](#hvn-editor)\n* [`hvn hello`](#hvn-hello)\n* [`hvn help [COMMAND]`](#hvn-help-command)\n* [`hvn helpme`](#hvn-helpme)\n* [`hvn howdoi`](#hvn-howdoi)\n* [`hvn joke`](#hvn-joke)\n* [`hvn run`](#hvn-run)\n* [`hvn task`](#hvn-task)\n* [`hvn weather`](#hvn-weather)\n\n## `hvn command`\n\nLets you get information about common commands you'd want to run like find/zip\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"700\" src=\"https://cdnme.s3.amazonaws.com/cdn/f2dc-2c72-hvn.gif\"\u003e\n\u003c/p\u003e\n```\nUSAGE\n  $ hvn command\n\nDESCRIPTION\n  ...\n  It's amazing\n```\n\n_See code: [src/commands/command.js](https://github.com/agrublev/hvn/blob/v2.1.7/src/commands/command.js)_\n\n## `hvn deploy`\n\nhvn command // will run command promp\n\n```\nUSAGE\n  $ hvn deploy\n\nDESCRIPTION\n  ...\n  An easy way to run any of your npm scripts with yarn\n```\n\n_See code: [src/commands/deploy.js](https://github.com/agrublev/hvn/blob/v2.1.7/src/commands/deploy.js)_\n\n## `hvn editor`\n\nEdit any file just like in a real ide!\n\n```\nUSAGE\n  $ hvn editor\n\nDESCRIPTION\n  ...\n  Just type hvn editor FILE\n  Default keybindings\n  Quit: Ctrl+Q\n  Movement: mouse or arrow keys and PageUp/Down/Home/End\n  Shift or click+drag to select, Ctrl/Alt to move faster\n  Save: Ctrl+S\n  Undo: Ctrl+Z, redo: Ctrl+Y\n  List open tabs: Ctrl+L\n  Next/previous tab: Ctrl+Alt+PageUp/Down\n  Close tab: Ctrl+W\n  Find: Ctrl+F\n  Go to line: Ctrl+G\n  Go to matching bracket: Ctrl+]\n  Open: Ctrl+O (or click the filebrowser)\n  New file: Ctrl+N\n```\n\n_See code: [src/commands/editor.js](https://github.com/agrublev/hvn/blob/v2.1.7/src/commands/editor.js)_\n\n## `hvn hello`\n\nDescribe the command here\n\n```\nUSAGE\n  $ hvn hello\n\nOPTIONS\n  -n, --name=name  name to print\n\nDESCRIPTION\n  ...\n  Extra documentation goes here\n```\n\n_See code: [src/commands/hello.js](https://github.com/agrublev/hvn/blob/v2.1.7/src/commands/hello.js)_\n\n## `hvn help [COMMAND]`\n\ndisplay help for hvn\n\n```\nUSAGE\n  $ hvn help [COMMAND]\n\nARGUMENTS\n  COMMAND  command to show help for\n\nOPTIONS\n  --all  see all commands in CLI\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.1.4/src/commands/help.ts)_\n\n## `hvn helpme`\n\nDescribe the command here\n\n```\nUSAGE\n  $ hvn helpme\n\nDESCRIPTION\n  ...\n  Extra documentation goes here\n```\n\n_See code: [src/commands/helpme.js](https://github.com/agrublev/hvn/blob/v2.1.7/src/commands/helpme.js)_\n\n## `hvn howdoi`\n\nhvn command // will run command promp\n\n```\nUSAGE\n  $ hvn howdoi\n\nDESCRIPTION\n  ...\n  An easy way to run any of your npm scripts with yarn\n```\n\n_See code: [src/commands/howdoi.js](https://github.com/agrublev/hvn/blob/v2.1.7/src/commands/howdoi.js)_\n\n## `hvn joke`\n\nhvn command // will run command promp\n\n```\nUSAGE\n  $ hvn joke\n\nDESCRIPTION\n  ...\n  An easy way to run any of your npm scripts with yarn\n```\n\n_See code: [src/commands/joke.js](https://github.com/agrublev/hvn/blob/v2.1.7/src/commands/joke.js)_\n\n## `hvn run`\n\nhvn command // will run command promp\n\n```\nUSAGE\n  $ hvn run\n\nDESCRIPTION\n  ...\n  An easy way to run any of your npm scripts with yarn\n```\n\n_See code: [src/commands/run.js](https://github.com/agrublev/hvn/blob/v2.1.7/src/commands/run.js)_\n\n## `hvn task`\n\nhvn command // will run command promp\n\n```\nUSAGE\n  $ hvn task\n\nDESCRIPTION\n  ...\n  An easy way to run any of your npm scripts with yarn\n```\n\n_See code: [src/commands/task.js](https://github.com/agrublev/hvn/blob/v2.1.7/src/commands/task.js)_\n\n## `hvn weather`\n\nhvn command // will run command promp\n\n```\nUSAGE\n  $ hvn weather\n\nDESCRIPTION\n  ...\n  An easy way to run any of your npm scripts with yarn\n```\n\n_See code: [src/commands/weather.js](https://github.com/agrublev/hvn/blob/v2.1.7/src/commands/weather.js)_\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagrublev%2Fhvn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagrublev%2Fhvn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagrublev%2Fhvn/lists"}