-
Write a code md file with code sewed in documentation.
hello.js.md
:This code is to print "hello" in the console. ```js function hello () { console.log("hello"); } ```
-
Run
codemd gencode <path...>
to generate or update code files from code md files. -
Test your code.
-
Run
codemd delcode <path...>
to delete code files. So that your project keeps only the code md files.
- 1.1.0
- implement
codemd delcode <path...>
- implement
codemd gencode <path...>
- implement