@outilx/node
v0.0.15
Published
Node.js utility functions
Downloads
276
Readme
@outilx/node
Node.js utility functions for file operations, repository management, and more.
Installation
npm install @outilx/node
# or
pnpm add @outilx/node
# or
yarn add @outilx/nodeUsage
import { ensureDirExists, deleteEmptyDirs } from '@outilx/node';
// Ensure directory exists
await ensureDirExists('./my-dir');
// Delete empty directories
await deleteEmptyDirs('./my-dir');Features
- File operations (delete, copy, move)
- Directory management
- Repository auto-pull
- And more...
License
MIT
