UNPKG

@alucpro/note-tool

Version:

A NodeJS script that deal with markdown note.

19 lines (13 loc) 253 B
const docContent = `# view help info $ note # check local env $ note env # trans flomo export html note to markdown; $ note flomo2md # compress img in dir $ note compress_img <dir> # or $ note compress_img --------------- `; export { docContent };