UNPKG

pob-babel

Version:

Build and watch with babel and typescript

8 lines (5 loc) 153 B
#!/usr/bin/env node import { cleanOutDirectory } from '../lib/cleanOutDirectory.js'; cleanOutDirectory({ outDirectory: process.argv.slice(2)[0], });