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

https://github.com/pwright/autodidact

Learn how to use vscode didact extension
https://github.com/pwright/autodidact

Last synced: 18 days ago
JSON representation

Learn how to use vscode didact extension

Awesome Lists containing this project

README

          

# Autodidact

Autodidact provides a method to create [VS Code Didact](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-didact) files from plain Markdown or AsciiDoc:

* Commands become active in VS Code
* Terminals can be created, named, and updated.
* Reports driven by SQL can be included in AsciiDoc.
* Together, these features above allow you create, test, and improve tutorials and READMEs.
* All the markup (Markdown or AsciiDoc) remains publishable by existing channels (GitHub*, GitLab, Asciidoctor, Gatsby, etc).

Automate the creation of tutorials.

This code helps create didact tutorials from existing files.

To install autodidact:

```
$ npm i -g autodidact
```

To learn more about autodidact, clone the repo, open in VS Code, install [VS Code Didact](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-didact) and run the [Showcase](test/showcase.didact.adoc).