UNPKG

recursive-exec

Version:

Run a command on each file in a folder and its subfolders (CLI tool designed for use in npm package.json scripts)

10 lines (7 loc) 186 B
#!/usr/bin/env node //////////////////// // recursive-exec // // MIT License // //////////////////// import { recursiveExec } from '../dist/recursive-exec.js'; recursiveExec.cli();