معرفی شرکت ها


bashdown-0.5.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Executes in-line bash in markdown files
ویژگی مقدار
سیستم عامل -
نام فایل bashdown-0.5.0
نام bashdown
نسخه کتابخانه 0.5.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Mark Sellors
ایمیل نویسنده github@5vcc.com
آدرس صفحه اصلی https://blog.sellorm.com/projects
آدرس اینترنتی https://pypi.org/project/bashdown/
مجوز MIT
# bashdown A markdown pre-processor for inline bash. Have you ever written a command line tool and wanted to include it's output in your documentation? Then bashdown is for you. Write your markdown files as usual and include bash code sections as normal using "```bash". When you pass this file through bashdown, it will run the code in the code block and include that output inside the rest of the markdown. This README.md was generated using bashdown. Check README.bashdown for the file that's used to generate README.md This project was inspired by tools like quarto and Rmarkdown, but has significantly fewer dependencies due to it's much more limited scope. ## Usage Basic usage is as follows: ```bash # bashdown README.bashdown > README.md ``` Full usage information can be obtained from the built in help. ```bash bashdown --help ``` ```output usage: bashdown [-h] filename Processes in-line bash in markdown files positional arguments: filename optional arguments: -h, --help show this help message and exit For more information please see the docs ``` ## License MIT © Mark Sellors


زبان مورد نیاز

مقدار نام
>=3.8,<4.0 Python


نحوه نصب


نصب پکیج whl bashdown-0.5.0:

    pip install bashdown-0.5.0.whl


نصب پکیج tar.gz bashdown-0.5.0:

    pip install bashdown-0.5.0.tar.gz