Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/justinsisley/bunchadirs
- Owner: justinsisley
- Created: 2013-04-20T02:09:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-21T19:10:42.000Z (over 11 years ago)
- Last Synced: 2024-10-05T22:03:21.231Z (3 months ago)
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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