New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

markdown-cleaner-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-cleaner-cli

A fast, zero-config CLI tool to clean and format Markdown files.

latest
Source
npmnpm
Version
0.1.5
Version published
Maintainers
1
Created
Source

🧼 Markdown Cleaner CLI

markdown-cleaner-cli logo

A fast, zero-config CLI tool to clean and format Markdown files—remove trailing spaces, normalize headings, and tidy up your docs.

🚀 Features

  • 🧹 Cleans up messy Markdown formatting
  • 🔄 Normalizes heading levels and spacing
  • 🧼 Removes trailing whitespace and empty lines
  • ⚡ Fast and zero-config
  • 🛠️ Works with .md files in any project

📦 Installation

npm install -g markdown-cleaner-cli

This command installs the CLI tool globally, making the mdclean command available in your terminal from any directory.

To verify mdclean is available:

mdclean -V

🧪 Usage

To verify mdclean is available, use:

mdclean -V

To clean a Markdown file:

mdclean clean path/to/file.md

🛠️ Commands

clean <file>

Clean the Markdown file by removing unnecessary elements.

Options:

  • -f, --force: overwrite output file if it exists
  • -q, --quiet: suppress all output except errors

⚙️ Global Options

  • -v, --verbose: enable verbose output
  • --debug: enable debug output
  • --silent: suppress all output

💬 Community & Support

If you have questions, ideas, or need help, please join our Discussions page.

For bug reports and feature requests, please open an issue.

🤝 Contributing

Contributions are welcome! Please see our CONTRIBUTING.md for details.

📄 License

This project is licensed under the MIT License.

🙏 Acknowledgments

We would like to thank the creators and maintainers of the following libraries and tools, which were instrumental in the development of this CLI and the management of its repository:

  • Commander.js: For building robust and user-friendly command-line interfaces.
  • Jest: For providing a delightful JavaScript testing framework.
  • Glob: For flexible file system pattern matching.
  • Git: For version control and collaborative development.

Keywords

markdown

FAQs

Package last updated on 13 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts