# jsFuncLog--js_func_log **Repository Path**: repok/jsFuncLog--js_func_log ## Basic Information - **Project Name**: jsFuncLog--js_func_log - **Description**: js函数进出日志 http://giteaz:3000/jsFuncLog/js_func_log.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-05 - **Last Updated**: 2024-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 此js库项目 作为 本地依赖 链接到 js应用项目(例如cytoscape.js) ```shell cd /app2/cytoscape.js source PrjNodeJsEnvActivate.sh pnpm install /app2/js_func_log/ #打印: # dependencies: # + js_func_log link:/app2/js_func_log/ #package.json/dependencies 新增 "js_func_log": "link:/app2/js_func_log/" #卸载: #手工删除 package.json/dependencies 下的 "js_func_log": "link:/app2/js_func_log/" #pnpm install ```