logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

douceur - CLI with simple CSS parser and HTML inliner

Description

       This is the CLI for the golang-github-aymerick-douceur library to parse CSS or inline HTML.

Name

       douceur - CLI with simple CSS parser and HTML inliner

Options

       A summary of options is included below.

       parseinputfile.css
              Parse a CSS file and display the result.

       inlineinputfile.html
              Inline  CSS  in  an HTML document and display the result.  Inliner only parses CSS defined in HTML
              document, it *DOES  NOT*  fetch  external  stylesheets  (for  now).   Inliner  inserts  additional
              attributes when possible.

       --version
              Show version of program.

douceur 0.2.0                                    January 18 2021                                      DOUCEUR(1)

Synopsis

douceur parse|inline filedouceur --version

See Also