codemd-0.1.0 is not a library.
codemd
Command line tool to extract code from markdown files.
Installation
# with npm
# with cargo
Check installation:
Usage
Options:
-l,--language <LANGUAGE>: Language tag to search for (e.g.pythonorpyfor Python,typescriptortsfor TypeScript..)-i,--input <INPUT>: Path to the input file (must be markdown)-o,--output <OUTPUT>: Path to the output file. If not provided, code will be printed to the console with syntax highlighting.-h,--help: Print help information-V,--version: Print version information
Roadmap
- Add the possibility to execute extracted code (next release)