Skip to content

Alpagateau/Rosetta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is rosetta

Rosetta is a runtime that compiles or interpret code from markdown files. For example, you can run this python code right here :

#1
#no number
print("Hello world")

by typing :

rosetta README.md python

How does it work ?

It reads your mardown file, and builds a temporary file, joining your code blocks. After that, it uses thedefined command to run or compile the code. It then removes the file.

About

a markdown utility to compile from md files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages