Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sebastiandotdev/library_markdown_deno

library with deno.
https://github.com/sebastiandotdev/library_markdown_deno

deno typescript

Last synced: 25 days ago
JSON representation

library with deno.

Awesome Lists containing this project

README

        

# DENO Library

## Library For Deno

- The CLI called markdown-status is a command line tool written in Deno that allows you to check the status of a markdown file. The main purpose of this CLI is to provide a quick and easy way to check if the Markdown file can be converted to HTML and does not contain broken links.

## Instalacion

- To install the CLI, you need to have Deno installed on your system. You can install Deno by following the instructions in the official Deno documentation.

Once you have Deno installed, you can install markdown-status with the following command:

```deno
deno install --allow-read --allow-net --validate
```

## Uso
- To use the CLI, you must have an existing markdown file. You can run the markdown-status command in the terminal, followed by the markdown file you want to check.

## Opciones

- The CLI accepts the following options:

## Creditos

- This CLI was created by Tu Sebastian and is distributed under the MIT license. You can contribute to and improve this project on its GitHub repository.