@io-arc/env
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

@io-arc/env

Build environment define.

See the documents.

Install

$ npm i @io-arc/env

Usage

$  NODE_ENV=development MODE_ENV=once npm run XXX
import { NODE_ENV, MODE_ENV, BUILD, MODE } from '@io-arc/env'

const isMinify = NODE_ENV === BUILD.PRODUCTION
// -> false

const isSIngle = MODE_ENV === MODE.ONCE
// -> true

Readme

Keywords

none

Package Sidebar

Install

npm i @io-arc/env

Weekly Downloads

0

Version

1.1.1

License

ISC

Unpacked Size

15.3 kB

Total Files

5

Last publish

Collaborators

  • arcone