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
- Host: GitHub
- URL: https://github.com/pwright/autodidact
- Owner: pwright
- License: apache-2.0
- Created: 2020-11-04T11:12:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-09T19:16:59.000Z (about 5 years ago)
- Last Synced: 2026-05-22T12:20:11.785Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/autodidact
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).