include:包含私有模块的 NodeJS 模块

时间:2024-06-21 13:22:46
【文件属性】:

文件名称:include:包含私有模块的 NodeJS 模块

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-21 13:22:46

JavaScript

just_include ======================== 包含私有模块的 NodeJS 模块。 安装 npm install just_include --save 为此,请勿使用 VAR 调用! 然后它创建一个可在任何文件中使用的全局函数。 它也必须在主 JS 文件中启动。 用法 主文件 just_include = require('just_include')(__dirname); var helloWorld = just_include('helloWorld'); helloWorld(); main.js (如果模块不在'modules'文件夹中,我们可以指定一个自定义文件夹) just_include = require('just_include')(__dirname,'private') var helloWorld


【文件预览】:
include-master
----.gitignore(18B)
----package.json(643B)
----Makefile(63B)
----.DS_Store(6KB)
----index.js(189B)
----README.md(979B)
----test()
--------index.js(538B)
--------modules()

网友评论