Last active
June 13, 2019 16:34
-
-
Save elijahzarlin/89e236ee6281316fc14ef761670e511a to your computer and use it in GitHub Desktop.
pulumixmapbox1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ```bash | |
| $ brew install pulumi | |
| $ mkdir asset-tracking && cd asset-tracking | |
| $ pulumi new aws-javascript | |
| $ yarn install | |
| $ ls | |
| Pulumi.dev.yaml Pulumi.yaml index.js node_modules package-lock.json package.json | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment