文件名称:majo:最小的文件处理模块
文件大小:89KB
文件格式:ZIP
更新时间:2024-05-22 10:04:32
TypeScript
魔女 介绍 您可以使用majo来操作像pro一样的文件,并使用一个简单的API,其核心只有≈150 SLOC。 安装 yarn add majo 用法 const { majo } = require ( 'majo' ) const stream = majo ( ) // Given that you have js/app.js js/index.js stream . source ( 'js/**' ) . use ( ignoreSomeFiles ) . dest ( 'dist' ) . then ( ( ) => { // Now you got filtered files } ) function ignoreSomeFiles ( stream ) { for ( const filename in stream . files )
【文件预览】:
majo-master
----.gitignore(71B)
----.babelrc(364B)
----package.json(1KB)
----src()
--------wares.ts(449B)
--------index.ts(7KB)
----jest.config.js(289B)
----LICENSE(1KB)
----tsconfig.json(6KB)
----rollup.config.js(316B)
----examples()
--------scaffolding()
----README.md(2KB)
----circle.yml(638B)
----.gitattributes(12B)
----test()
--------index.test.ts(2KB)
--------fixture()
----.editorconfig(187B)
----.prettierrc(43B)
----yarn.lock(190KB)