Skip to content

Commit

Permalink
chore: readme updates
Browse files Browse the repository at this point in the history
chore: wip
  • Loading branch information
chrisbbreuer committed Feb 22, 2024
1 parent c9d54cc commit 466e149
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ A simple loader for your dotenv files.
## Features

- Simple `.env` file loader
- Powered by dotenv
- Supports a wide variety of .env types
- `.env`, `.env.local`, `.env.staging`, `.env.development`, `.env.dev`, `.env.beta` etc.

Expand All @@ -19,6 +20,13 @@ A simple loader for your dotenv files.
bun install -d bun-plugin-env
```

```toml
preload = [
"./node_modules/bun-plugin-env/src/index.ts",
# ...
]
```

You may now use it in your project:

```ts
Expand Down Expand Up @@ -58,11 +66,9 @@ For casual chit-chat with others using this package:

## Postcardware

You will always be free to use the Stacks framework & any of its over 80 packages. At the same time, we would love to see which parts of the world Stacks ends up in. _We would love to receive a postcard—which we publish on our website._

Our address is: Stacks.js, 5710 Crescent Park #107, Playa Vista 90094, CA
You will always be free to use any of the Stacks OSS software. We would also love to see which parts of the world Stacks ends up in. _Receiving a post cards makes us happy—we will publish them on our website._

##### _Thanks to Spatie for this wonderful idea._
Our address is: Stacks.js, 5710 Crescent Park #107, Playa Vista 90094, CA.

## Sponsors

Expand Down

0 comments on commit 466e149

Please sign in to comment.