node-manage-path:这个微型库允许您跨平台更改$ PATH

时间:2024-06-14 14:31:42
【文件属性】:

文件名称:node-manage-path:这个微型库允许您跨平台更改$ PATH

文件大小:10KB

文件格式:ZIP

更新时间:2024-06-14 14:31:42

JavaScript

管理路径 地位: 这个微型库允许您跨平台更改$PATH 。 主要用途 var path = require ( 'path' ) var managePath = require ( 'manage-path' ) var alterPath = managePath ( process . env ) alterPath . unshift ( path . join ( process . cwd ( ) , 'node_modules' , '.bin' ) // add one path to the beginning // process.env.PATH now starts with the `.bin` in your `node_modules` directory :-) // unless you happen to be running on windows


【文件预览】:
node-manage-path-main
----.travis.yml(355B)
----.eslintrc(35B)
----package.json(2KB)
----LICENSE(1KB)
----src()
--------get-separator.test.js(313B)
--------index.js(1KB)
--------get-separator.js(110B)
--------index.test.js(5KB)
--------get-path-var.test.js(790B)
--------get-path-var.js(332B)
----.npmignore(139B)
----.gitignore(101B)
----other()
--------common.eslintrc(143B)
--------test.eslintrc(58B)
--------src.eslintrc(53B)
----CODE_OF_CONDUCT.md(2KB)
----README.md(2KB)
----.eslintignore(48B)
----.editorconfig(451B)

网友评论