1.0.0 • Published 8 years ago
md-code v1.0.0
a tool that helps writing code in md files
how to use
Write a md file with code sewed in documentation.
hello.js.md:This code is to print "hello" in the console.
function hello () { console.log("hello"); }Run
md gencode <path...>to generate or update code files from md files. Or rundesign gencode -w <path...>to watch for changes in md files and automatically generate or update code files.Test your code.
Run
md delcode <path...>to delete code files. So that your project keeps only the md files.
todos
v1.1.0
- implement
md delcode <path...> - implement
md gencode <path...>
1.0.0
8 years ago