{"id":15962394,"url":"https://github.com/ytakahashi/nps","last_synced_at":"2026-02-18T10:37:53.011Z","repository":{"id":43259918,"uuid":"345208262","full_name":"ytakahashi/nps","owner":"ytakahashi","description":"Interactive npm-scripts runner for Node.js projects.","archived":false,"fork":false,"pushed_at":"2025-03-16T03:05:19.000Z","size":282,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T04:18:55.355Z","etag":null,"topics":["cli","deno","npm","npm-scripts","yarn"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ytakahashi.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-06T22:25:15.000Z","updated_at":"2025-03-16T03:05:21.000Z","dependencies_parsed_at":"2023-11-12T00:21:35.789Z","dependency_job_id":"f176dd9e-5d43-4c27-b81f-2c0743b78df7","html_url":"https://github.com/ytakahashi/nps","commit_stats":{"total_commits":48,"total_committers":2,"mean_commits":24.0,"dds":0.02083333333333337,"last_synced_commit":"f00f55bde0d8170269d03dd4b347a11fe2c10753"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytakahashi%2Fnps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytakahashi%2Fnps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytakahashi%2Fnps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytakahashi%2Fnps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ytakahashi","download_url":"https://codeload.github.com/ytakahashi/nps/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243823114,"owners_count":20353612,"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","deno","npm","npm-scripts","yarn"],"created_at":"2024-10-07T16:03:31.161Z","updated_at":"2026-02-18T10:37:42.997Z","avatar_url":"https://github.com/ytakahashi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- deno-fmt-ignore-file --\u003e\n\n# nps\n\n[![deno land](https://img.shields.io/badge/deno.land/x/nps-lightgrey.svg?logo=deno\u0026labelColor=black)](https://deno.land/x/nps)\n[![tag](https://img.shields.io/github/tag/ytakahashi/nps.svg)](https://github.com/ytakahashi/nps)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Actions Status](https://github.com/ytakahashi/nps/workflows/Deno/badge.svg)](https://github.com/ytakahashi/nps/actions/workflows/deno.yml)\n\nInteractive npm-scripts runner for Node.js projects.\n\n![image](./image/nps.gif)\n\n## Install\n\n```terminal\ndeno install --global --allow-read --allow-run --allow-env https://deno.land/x/nps/nps.ts\n```\n\n## Update\n\n```terminal\ndeno install --global --force --reload --allow-read --allow-run --allow-env https://deno.land/x/nps/nps.ts\n```\n\n## Usage\n\nRun following command in Node.js project.\n\n```terminal\nnps\n```\n\nIf `package-lock.json` or `yarn.lock` or `pnpm-lock.yaml` exists in the directory, the appropriate command (`npm` or `yarn` or `pnpm`) will be executed to run the selected script.  \nSee `nps -h` for details.\n\n### Filter npm-scripts\n\nIf an argument is provided, scripts are filtered by the value and prompt shows filtered items.  \nIf given value matches only one script, the command is run immediately.\n\n### Pass arguments to command\n\nArguments after double dash (`--`) are treated as script command option like [npm run](https://docs.npmjs.com/cli/v7/commands/npm-run-script).  \nAll the arguments after the `--` are passed directly to selected script.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fytakahashi%2Fnps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fytakahashi%2Fnps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fytakahashi%2Fnps/lists"}