1.1.0 • Published 6 years ago

codemd v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Build Status

a tool that helps writing code in md files

how to use

  1. 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");
    }
    ```
  2. Run codemd gencode <path...> to generate or update code files from code md files.

  3. Test your code.

  4. Run codemd delcode <path...> to delete code files. So that your project keeps only the code md files.

todos

  • 1.1.0
    • implement codemd delcode <path...>
    • implement codemd gencode <path...>
1.1.0

6 years ago