文件名称:node-autoboot:Node.js 应用启动助手
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-22 10:21:29
JavaScript
节点自动引导 Node.js 应用启动助手 安装 这个包没有 npm 模块 npm install --save YChebotaev/node-autoboot 用法 在应用程序的工作目录中创建boot.js : // boot.js in working directory module . exports = function ( ready ) { ready ( ) ; } ; // your app code require ( 'autoboot' ) ( function ( err ) { // at this point app environmet are ready } ) ;
【文件预览】:
node-autoboot-master
----LICENSE(11KB)
----README.md(451B)
----.gitignore(808B)
----index.js(420B)
----package.json(82B)