Skip to content

This project is a tool for generating markdown files from Excel data. It reads Excel files, interprets the data, and outputs corresponding markdown files for testing.

License

Notifications You must be signed in to change notification settings

Sparse-Technology/TestMDCreator

Repository files navigation

Test Markdown Converter

Description

tmdc is a command-line application designed to process input files and generate output based on specified parameters. This README provides information on how to use the application and its available options.

Usage

tmdc [options]

Options

  • --debug (Default: Warning): Set output to debug messages.

  • -f, --folder (Default: docs): Input folder to be processed.

  • -n, --name (Default: test.md): Output file name.

  • --force (Default: false): Force overwrite of the output file.

  • --test-xlsx-file: Test xlsx file reader. Set to the file name.

  • --help: Display the help screen.

  • --version: Display version information.

Examples

# Run with debug output
tmdc --debug

# Process files from a specific folder
tmdc -f input_folder

# Specify the output file name
tmdc -n output_file.md

# Force overwrite of the output file
tmdc --force

# Test xlsx file reader with a specific file
tmdc --test-xlsx-file test.xlsx

License

This application is licensed under the Apache License, Version 2.0. See the LICENSE file for details.

Contact

For any questions or support, please contact iegursoy28@gmail.com.

About

This project is a tool for generating markdown files from Excel data. It reads Excel files, interprets the data, and outputs corresponding markdown files for testing.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published