Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/justinsisley/bunchadirs

An NPM package for creating directory structures
https://github.com/justinsisley/bunchadirs

Last synced: about 1 month ago
JSON representation

An NPM package for creating directory structures

Awesome Lists containing this project

README

        

# Bunchadirs
## A friendly directory creation utility

### Installation

`npm install bunchadirs`

### Basic Usage

`bunchadirs('parent/child/grandchild-1,grandchild-2,grandchild-3');`

This will create the following directory structure:
- ./parent/
- ./parent/child/
- ./parent/child/grandchild-1
- ./parent/child/grandchild-2
- ./parent/child/grandchild-3