{"id":15674949,"url":"https://github.com/omrilotan/run","last_synced_at":"2025-05-06T23:32:34.748Z","repository":{"id":36008208,"uuid":"215768157","full_name":"omrilotan/run","owner":"omrilotan","description":"👟 run npm scripts interactively","archived":false,"fork":false,"pushed_at":"2022-02-02T17:38:29.000Z","size":21,"stargazers_count":15,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-18T18:56:44.342Z","etag":null,"topics":["cli","nodejs","npm-scripts","productivity"],"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/omrilotan.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":"2019-10-17T10:42:56.000Z","updated_at":"2024-10-18T14:24:40.000Z","dependencies_parsed_at":"2022-08-08T12:46:06.809Z","dependency_job_id":null,"html_url":"https://github.com/omrilotan/run","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omrilotan%2Frun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omrilotan%2Frun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omrilotan%2Frun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omrilotan%2Frun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omrilotan","download_url":"https://codeload.github.com/omrilotan/run/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252787528,"owners_count":21804278,"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","nodejs","npm-scripts","productivity"],"created_at":"2024-10-03T15:53:36.161Z","updated_at":"2025-05-06T23:32:34.718Z","avatar_url":"https://github.com/omrilotan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `$ run`\n## 👟 runs npm scripts interactively [![](https://img.shields.io/npm/v/@lets/run.svg)](https://www.npmjs.com/package/@lets/run) [![](https://github.com/omrilotan/run/workflows/Publish/badge.svg)](https://github.com/omrilotan/run/actions) [![](https://img.shields.io/badge/source--000000.svg?logo=github\u0026style=social)](https://github.com/omrilotan/run)\n\n![](https://user-images.githubusercontent.com/516342/68541500-02d39b00-03a9-11ea-9df6-fd0d880af441.gif)\n\n```\n$ npm i -g @lets/run\n```\n\n## Simply run. You'll get an interactive menu.\n```\n$ run\n```\n\n## Pass arguments. Arguments will be forwarded to the selected script\n```\nrun --color\n```\n\nOtherwise you will get a chance to add in arguments after selecting the script to run\n\n## You can also run dependencies executables:\n\n![](https://user-images.githubusercontent.com/516342/69226314-9e72c180-0b88-11ea-8fc2-fd5ff3aac71f.gif)\n\n## Create descriptive entries using package.json property: `scripts:descriptions`\n\n\u003e You can hide scripts by explicitly setting the description to null\n```json\n{\n  \"name\": \"package\",\n  \"version\": \"1.0.0\",\n  \"scripts\": {\n    \"lint\": \"eslint '**/*.js'\",\n    \"prestart\": \"echo \\\"prepare things\\\"\",\n    \"start\": \"./bin.js\"\n  },\n  \"scripts:descriptions\": {\n    \"lint\": \"Check code syntax\",\n    \"prestart\": null\n  }\n}\n```\n\n![](https://user-images.githubusercontent.com/516342/69716427-a4314f80-1112-11ea-957f-3385b9e0155a.png)\n\n## Replace `npm start`\n\n```json\n{\n  \"name\": \"package\",\n  \"version\": \"1.0.0\",\n  \"scripts\": {\n    \"start\": \"run --color\",\n    \"build\": \"...\",\n    \"test\": \"...\"\n  },\n  \"scripts:descriptions\": {\n    \"build\": \"Prepare application files\"\n  },\n  \"devDependencies\": {\n    \"@lets/run\": \"latest\"\n  }\n}\n```\n\n### aliases\n\nrun, lets-run\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomrilotan%2Frun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomrilotan%2Frun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomrilotan%2Frun/lists"}