Skip to content

Latest commit

 

History

History
executable file
·
73 lines (51 loc) · 3.5 KB

README.org

File metadata and controls

executable file
·
73 lines (51 loc) · 3.5 KB

Devinstaller Core

Devinstaller Core

Table of Contents

README.org

Exporting

For exporting the file you need Github Flavored Markdown exporter for Org Mode package. This file is auto exported into markdown using the file local variable at the bottom of the file. You can also manually export this file into markdown format using M-x org-gfm-export-to-markdown.

What is Devinstaller Core?

Devinstaller Core is the Python implementation for the Devinstaller Specification and the core library for other Devinstaller applications.

This package is not meant to be used as is. You are supposed to create applications using this library.

This Core package provided everything you need to read, parse and execute any spec-file and prog-file.

Full Documentation

Main page: Read the docs

TopicDocumentation link
The Design processhttps://devinstaller-core.readthedocs.io/en/latest/design_process.html
TerminologyTODO
Implementationhttps://devinstaller-core.readthedocs.io/en/latest/implementation.html
APIhttps://devinstaller-core.readthedocs.io/en/latest/api.html
Contributinghttps://devinstaller-core.readthedocs.io/en/latest/contributing.html

Remaining docs are WIP

License

Licensed under the terms of MIT License


Local Variables