🚀 DAY 1 OF LAUNCH WEEK: Reachability for Ruby Now in Beta.Learn more →
Socket
Book a DemoInstallSign in
Socket

@atomisthq/pulumi-dev

Package Overview
Dependencies
Maintainers
5
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atomisthq/pulumi-dev

Library of Pulumi IAC TypeScript helper functions and types

latest
Source
npmnpm
Version
2.1.10
Version published
Maintainers
5
Created
Source

@atomisthq/pulumi

Library of Pulumi infrastructure-as-code (IAC) TypeScript helper functions and types.

Using

You can add the dependency to your package as you usually would.

$ npm install @atomisthq/pulumi

Contributing

Contributions to this project from community members are encouraged and appreciated. Please review the Contributing Guidelines for more information. Also see the Development section in this document.

Code of conduct

This project is governed by the Code of Conduct. You are expected to act in accordance with this code by participating. Please report any unacceptable behavior to code-of-conduct@atomist.com.

Connect

Follow @atomist on Twitter and The Atomist Blog.

Support

General support questions should be discussed in the #help channel in the Atomist community Slack workspace.

If you find a problem, please create an issue.

Development

Install dependencies.

$ npm ci

Make your changes, run the build.

$ npm run build

Commit your changes and push.

Release

Push a release semantic version tag.

$ t=v$(jq -r .version package.json) && git tag -s -m "$t: Some release" "$t" && git push origin "$t"

You can create a prerelease by pushing a prerelease semantic version tag.

Created by Atomist. Need Help? Join our Slack workspace.

Keywords

infrastructure-as-code

FAQs

Package last updated on 04 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts