{"id":19642876,"url":"https://github.com/dev-thought/pulumi-npm","last_synced_at":"2026-03-13T15:39:58.410Z","repository":{"id":40724527,"uuid":"233925869","full_name":"Dev-Thought/pulumi-npm","owner":"Dev-Thought","description":"An NPM executable package for Pulumis CLI.","archived":false,"fork":false,"pushed_at":"2023-03-04T05:41:11.000Z","size":97,"stargazers_count":4,"open_issues_count":2,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-19T07:56:25.783Z","etag":null,"topics":["code-as-infrastructure","pulumi"],"latest_commit_sha":null,"homepage":null,"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/Dev-Thought.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-14T20:07:35.000Z","updated_at":"2021-07-16T08:08:58.000Z","dependencies_parsed_at":"2024-06-19T04:08:02.634Z","dependency_job_id":null,"html_url":"https://github.com/Dev-Thought/pulumi-npm","commit_stats":{"total_commits":51,"total_committers":5,"mean_commits":10.2,"dds":"0.11764705882352944","last_synced_commit":"39280e19a827e44fac753ef789b995ffab5314ab"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev-Thought%2Fpulumi-npm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev-Thought%2Fpulumi-npm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev-Thought%2Fpulumi-npm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev-Thought%2Fpulumi-npm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dev-Thought","download_url":"https://codeload.github.com/Dev-Thought/pulumi-npm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251314039,"owners_count":21569542,"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":["code-as-infrastructure","pulumi"],"created_at":"2024-11-11T14:16:46.342Z","updated_at":"2026-03-13T15:39:58.370Z","avatar_url":"https://github.com/Dev-Thought.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pulumi-npm\n\n_An NPM executable package for Pulumi._\n\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![pulumi: v1.x](https://img.shields.io/badge/pulumi-v1.x-371a47.svg)](https://www.pulumi.com) [![npm downloads](https://img.shields.io/npm/dm/@dev-thought/pulumi-npm.svg?maxAge=3600)](https://www.npmjs.com/package/@dev-thought/pulumi-npm)\n\n### Preamble\n\nI assembled [Pulumi](https://pulumi.com) into an NPM package in order for me to include it in other projects that depended on the executable. I wanted to be able to publish NPM modules with scripts like this:\n\n```json\n{\n  \"scripts\": {\n    \"plan\": \"pulumi up\"\n  }\n}\n```\n\nBut without having to worry about asking users to download Pulumi externally.\n\n---\n\n### Installation\n\nTo use _Pulumi_ as an NPM package, include it in your `package.json` dependencies:\n\n```bash\n# If you're using Yarn (recommended):\nyarn add pulumi-npm\n\n# If you're using NPM:\nnpm i pulumi-npm\n```\n\nOr, if you want a one-time installation that you can run arbitrarily, install it globally:\n\n```bash\n# If you're using Yarn (recommended):\nyarn global add pulumi-npm\n\n# If you're using NPM:\nnpm i -g pulumi-npm\n```\n\n## Usage\n\n#### As a project dependency:\n\nThis package cannot currently be used as a typical Node module, as it does not export any entry points; it only symlinks a binary. So, the recommended use case is to use it in your `package.json` scripts:\n\n```json\n{\n  \"scripts\": {\n    \"plan\": \"pulumi up\",\n    \"destroy\": \"pulumi destroy\"\n  }\n}\n```\n\n#### As a globally installed binary:\n\nIf you installed this package globally (with `npm i -g` or `yarn global add`), you can simply start using it like a regular command-line program:\n\n```bash\npulumi version        # show version info\nPulumi                # show usage info\n```\n\n## Stay in touch\n\n- Twitter Author - [Mitko Tschimev](https://twitter.com/MTschimev)\n\n## License\n\nThis Module is [MIT licensed](LICENSE).\n\n## Contributors\n\nThanks to all contributions which makes this library more stable and more powerful :)\n\n- [Anh-Vu Nguyen](https://github.com/anhvun)\n- [Antonio Terreno](https://github.com/aterreno)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-thought%2Fpulumi-npm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev-thought%2Fpulumi-npm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-thought%2Fpulumi-npm/lists"}