Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.07 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.07 KB

envhelper NPM version Build Status Dependency Status Coverage percentage

Environment Label Helper

Installation

$ npm install --save @nickfan/envhelper

Usage

const envhelper = require('@nickfan/envhelper');

envhelper.genEnvUrlByWebUrl("http://dev-mockup.example.com", "testing") === "http://test-mockup.example.com"

License

MIT © nick fan