Library of Pulumi IAC TypeScript helper functions and types
npm install @atomisthq/pulumi@atomisthq/pulumiLibrary of Pulumi infrastructure-as-code (IAC) TypeScript helper functions and
types.
You can add the dependency to your package as you usually would.
```
$ npm install @atomisthq/pulumi
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.
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.
Follow [@atomist][atomist-twitter] on Twitter and [The Atomist
Blog][atomist-blog].
[atomist-twitter]: https://twitter.com/atomist "Atomist on Twitter"
[atomist-blog]: https://blog.atomist.com/ "The Atomist Blog"
General support questions should be discussed in the #help channel in the
[Atomist community Slack workspace][slack].
If you find a problem, please create an issue.
Install dependencies.
``
$ npm ci
Make your changes, run the build.
``
$ npm run build
Commit your changes and push.
Push a release [semantic version][semver] 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.
[semver]: https://semver.org/ "Semantic Version"
---
Created by [Atomist][atomist]. Need Help? [Join our Slack workspace][slack].
[atomist]: https://atomist.com/ "Atomist - Automate All the Software Things"
[slack]: https://join.atomist.com/ "Atomist Community Slack"