bulk-curd-files
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

A files bulk curd lib

node version >= 8.0.0

usage example

npm install bulk-curd-files --save-dev

import { bulkCopy, bulkDelete } from 'bulk-curd-files';
 
//create fileB by copying fileA in bulk
await bulkCopy('./', 'fileA.ts', 'fileB.ts');
 
//delete fileA exclude node_modules folder in bulk
await bulkDelete('./', 'fileA.ts', 'node_modules');

Dependents (0)

Package Sidebar

Install

npm i bulk-curd-files

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

24.5 kB

Total Files

20

Last publish

Collaborators

  • aermin