Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sebastiandotdev/library_markdown_deno
- Owner: sebastiandotdev
- Created: 2023-04-08T19:12:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-16T03:57:26.000Z (over 1 year ago)
- Last Synced: 2024-08-26T18:53:56.075Z (2 months ago)
- Topics: deno, typescript
- Language: TypeScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.