Env Packages

configxd

ConfigXD is an npm library designed for managing environment variables in your Node.js applications. It simplifies managing environment variables by allowing you to load and access configuration files in a structured way. Additionally, it provides an easy

1.0.6 • Published 1 year ago

change-env

Permette di eseguire una callback, ad esempio una test suite, con una variabile di ambiente diversa, che ha effetto anche sui require di CommonJS. L'ambiente viene ripristinato dopo aver eseguito la callback come se non fosse mai stato modificato.

0.2.2 • Published 3 years ago

ccs-mock-server

一、在项目中新建目录,如:mockServer 二、进入mockServer目录,新建package.json ```json { "name": "mock-server", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "api": "nodemon ./mockServer --port=8022 --watch ./mock" }, "auth

1.0.6 • Published 4 years ago