Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 460 Bytes

readme.md

File metadata and controls

21 lines (13 loc) · 460 Bytes

yamldir

Scaffold directory structures using a yaml file.

Usage

Create a .yamldir.yml file and execute your scaffold command:

npx yamldir [options] [command] [...args]

Note: yamldir will traverse upwards from the cwd until it finds a .yamldir.yml file to use.

Help

npx yamldir --help

You can also run npx yamldir --example to print an example .yamldir.yml and generate one with npx yamldir --example > .yamldir.yml