@0x57/env

0.0.1 • Public • Published

@0x57/env

This package contains a @t3-oss/env-core preset you can use in your project to manage your 0x57 environmental variables.

Usage

Install this package using your package manager of choice:

npm i @0x57/env

Then use it as a @ts-oss/env-core preset in your env.ts file or similar:

import { createEnv } from "@t3-oss/env-core";
import { hex57 } from "@0x57/env";

export const env = createEnv({
  // ...
  // Extend the 0x57 preset.
  extends: [hex57()],
});

env.HEX57_API_KEY; // string

Readme

Keywords

none

Package Sidebar

Install

npm i @0x57/env

Weekly Downloads

66

Version

0.0.1

License

none

Unpacked Size

50.3 kB

Total Files

11

Last publish

Collaborators

  • ianmitchell