Sha256: 058b528e64db952a928d83a69719b24ca2eb271ecdb48d56c7c4c9595da686bc

Contents?: true

Size: 502 Bytes

Versions: 9

Compression:

Stored size: 502 Bytes

Contents

# Use Case Code Structure

Each immediate subdirectory here represents a markdown-helper function that is available in both the API and the CLI.

Each diretory therein represents a single se case, and must have:

- A conventionally-named Ruby file that will be executed to build the use case.  The file name is "#{dir_name}.rb".
- A conventionally-named markdown template named ```use_case_template.md```.

The executed Ruby file must create all other files that are required for ths use case.

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
markdown_helper-2.5.4 markdown/use_cases/structure.md
markdown_helper-2.5.3 markdown/use_cases/structure.md
markdown_helper-2.5.2 markdown/use_cases/structure.md
markdown_helper-2.5.1 markdown/use_cases/structure.md
markdown_helper-2.5.0 markdown/use_cases/structure.md
markdown_helper-2.4.0 markdown/use_cases/structure.md
markdown_helper-2.3.0 markdown/use_cases/structure.md
markdown_helper-2.2.0 markdown/use_cases/structure.md
markdown_helper-2.1.0 markdown/use_cases/structure.md