文件名称:file-indexer:为文件夹创建 index.js 文件
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-27 11:50:34
JavaScript
文件索引器 为文件夹创建 index.js 文件 npm install --save-dev file-indexer 为什么 减少嵌套文件结构的样板文件。 前 var one = require ( './path/one' ) ; var two = require ( './path/two' ) ; var three = require ( './path/three' ) ; 后 es6 import { one , two , three } from './path' ; js var path = require ( './path' ) ; var one = path . one , two = path . two , three = path . three ; ####es6 应用程序接口 索引器(数组|字符串,回调) 数组|字符串 您要在其中
【文件预览】:
file-indexer-master
----.travis.yml(60B)
----index.js(1KB)
----test.js(2KB)
----package.json(653B)
----sample()
--------what.js(42B)
--------love.js(42B)
--------hello.js(45B)
--------test-index.js(235B)
--------potato()
----LICENSE(1KB)
----.npmignore(51B)
----template.js(158B)
----.gitignore(36B)
----README.md(3KB)