Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.31 KB

test-dir.md

File metadata and controls

38 lines (24 loc) · 1.31 KB

Partial: "luke:test-dir" (source)

Generates a [basically] empty /test directory. For the most part, this generator is used by other generators (such as the mocha generator), to ensure that the /test directory exists.

Usage Example

$ yo luke:test-dir

Files Created

  • test/README.md (static, source)
  • test/lib/README.md (static, source)

Dependents

This partial is included by the following:

Note: Additional, unlisted, project scaffolds may automatically include this partial by way of partial dependency.

Further Reading