/sanitizer

A simple command line app to extract raw text from html/markdown documents

Primary LanguagePHP

Sanitizer

A simple command line app to extract raw text from html/markdown document

Installation

Install project dependencies using composer

composer install

Usage

php app.php your_content

Dont forget to run tests after changes

composer run test

The above script runs unit test and enables php cs fixer on source code