application-config-path

Store your application config in the right location.

MIT 3 个版本
安装
npm install application-config-path
yarn add application-config-path
pnpm add application-config-path
bun add application-config-path
README

node-application-config-path

Store your application config in the right location.

Installation

npm install --save application-config-path

Usage

import applicationConfigPath from 'application-config-path'

// cfgPath is a string with the path to a directory
// where you can store your config.
const cfgPath = applicationConfigPath('My App')

API

applicationConfigPath(name)

Return a string with the path to a directory where you can store your application specific config.

License

MIT

版本列表
1.0.0 2023-01-06
0.1.1 2022-11-21
0.1.0 2015-07-17