{"id":15664456,"url":"https://github.com/paulmillr/tag-shell","last_synced_at":"2025-08-11T21:08:08.405Z","repository":{"id":39615209,"uuid":"80166721","full_name":"paulmillr/tag-shell","owner":"paulmillr","description":"Use ES6 template tags for your node.js shell commands.","archived":false,"fork":false,"pushed_at":"2017-02-11T23:07:46.000Z","size":7,"stargazers_count":16,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-08T17:02:20.631Z","etag":null,"topics":[],"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/paulmillr.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":"2017-01-26T23:44:05.000Z","updated_at":"2023-06-22T17:46:53.000Z","dependencies_parsed_at":"2022-09-15T21:41:30.641Z","dependency_job_id":null,"html_url":"https://github.com/paulmillr/tag-shell","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulmillr%2Ftag-shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulmillr%2Ftag-shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulmillr%2Ftag-shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulmillr%2Ftag-shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paulmillr","download_url":"https://codeload.github.com/paulmillr/tag-shell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221152520,"owners_count":16765058,"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":[],"created_at":"2024-10-03T13:42:36.124Z","updated_at":"2024-10-23T03:41:46.662Z","avatar_url":"https://github.com/paulmillr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tag-shell\n\nUse ES6 template tags for your node.js shell commands.\n\nUsing *backticks* is important and the package won't work otherwise.\n\n```javascript\nconst sh = require('tag-shell');\nconst opts = {app: 'App', icon: 'icon.png'};\n\n// Async.\nsh.async`notify-send -a ${opts.app}\n  -i ${opts.icon}\n`;\n\n// Streaming.\nsh.spawn`node -v`.stdout.on('data', data =\u003e console.log(data.toString()))\n\n// Sync.\nconst version = sh`node -v`;\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulmillr%2Ftag-shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulmillr%2Ftag-shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulmillr%2Ftag-shell/lists"}