Metadata-Version: 2.4
Name: super-md
Version: 0.1.3
Summary: This package converts markdown documents into interactive web pages, allowing you to add new UI elements to markdown documents to make them modern, beautiful, and professional for presentation.
Author-email: saidB <bensamdisaid@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/said10/super-md
Keywords: markdown,documents,super markdown,modern markdown,intuitive markdown,beautiful markdown,web pages in markdown,online markdown converter,cli
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.28.0
Requires-Dist: python-dotenv>=0.19.0
Requires-Dist: rich>=13.0.0

# Super markdown CLI

command line project for super markdown plateform

## Installation

```bash
pip install super-md
```

## Login Command
```bash
super_md login
```

Enter your username and password to log in to your account on the Super Markdown platform.


## Show Command
```bash
super_md show
```
This command lists your files stored on the platform


```bash
super_md show --folder "default"
```
This command will display the subfolders and publications stored on the platform.


## Publish Command

```bash
super_md publish readme.md
super_md publish readme.smd

```

This command aims to transform your markdown files into online publications accessible from anywhere and at any time, using the features offered by the Super Markdown platform.



https://pypi.org/project/super-md/
