# node-application-config-path **Repository Path**: mirrors_feross/node-application-config-path ## Basic Information - **Project Name**: node-application-config-path - **Description**: Store your application config in the right location. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node-application-config-path Store your application config in the right location. ## Installation ```bash npm install --save application-config-path ``` ## Usage ```javascript var applicationConfigPath = require('application-config-path') // cfgPath is a string with the path to a directory // where you can store your config. var 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