0.0.2 • Published 1 year ago

yamldir v0.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
1 year ago

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