0.0.6 • Published 12 years ago

bunchadirs v0.0.6

Weekly downloads
3
License
-
Repository
github
Last release
12 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

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago