0.0.6 • Published 11 years ago

bunchadirs v0.0.6

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

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
0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago