Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kkristof200/ts-syncpathutils


https://github.com/kkristof200/ts-syncpathutils

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# syncpathutils

sync path utils, such as save, load, exists, mkdir, touch etc

## Install

```bash
npm i syncpathutils
```

## Usage

```typescript
import * as spu from 'syncpathutils'

spu.mkdir('./jaja')
spu.cp('inPath', 'outPath')
// ... etc
```