0.1.1 • Published 5 months ago

@yevai/pulumi v0.1.1

Weekly downloads
-
License
Elastic License 2...
Repository
github
Last release
5 months ago

Pulumi Starter Kit

Hi everyone, we're giving open source a shot! This package will be slowly populated. For now, it's being published for some of my substack guide blog posts.

General Information

To keep the package light, we've steered away from hard dependencies. See /examples/ for more. You will need:

Requirements

  • JQ from their Official Page or "brew install jq". We also recommend:

    # Set JQ for AWS CLI by adding the following to ~/.aws/config:
    cli_pager = jq
    output = json
  • A logged in AWS CLI or "brew install awscli"

  • A logged in Pulumi CLI or "brew install pulumi"
  • An initialized Pulumi Stack, or use "./examples"

Local Development

You will need Bun

Create a *.env file in root and set the repository where you'd like this package used in it, like so:

# Single Path Where "/home/YOUR_USERNAME/YOUR_PROJECT/package.json" exists
DEV_TARGET=/home/YOUR_USERNAME/YOUR_PROJECT

# Multiple Paths
DEV_TARGET=/home/YOUR_USERNAME/YOUR_PROJECT,/home/YOUR_USERNAME/YOUR_SECOND_PROJECT

Run "npm run dev" to start the watcher. This will copy the package to the target directory on every change and clean up after.

Extras

You may find the nodemon setup along with ./.devmode.sh + ./devmode.ts a useful pattern.

You may also find ./.vscode/settings.json + ./.github/copilot-instructions.md useful.

0.1.0

5 months ago

0.1.1

5 months ago

0.0.18

5 months ago

0.0.17

5 months ago

0.0.16

5 months ago

0.0.15

5 months ago

0.0.14

5 months ago

0.0.13

5 months ago

0.0.12

5 months ago

0.0.11

5 months ago

0.0.10

5 months ago

0.0.9

5 months ago

0.0.8

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago