Skip to main content

generate jsfiddle README.md

Project description

Installation

$ [sudo] pip install jsfiddle-readme-generator

Examples

generate multiple README.md files

$ find . -name "demo.html" -exec python -m jsfiddle_readme_generator {} \;

paths with spaces:

OS speed command
any slow find . -name "demo.html" -exec python -m jsfiddle_readme_generator {} \;
Linux fast find . -name "demo.html" -print0 | xargs -d '\n' python -m jsfiddle_readme_generator
macOS fast find . -name "demo.html" -print0 | xargs -0 python -m jsfiddle_readme_generator

Related

Links

readme42.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jsfiddle-readme-generator-2020.12.3.tar.gz (2.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page