UNPKG
@alucpro/note-tool
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
A NodeJS script that deal with markdown note.
github.com/AlucPro/note-tool
AlucPro/note-tool
@alucpro/note-tool
/
src
/
doc
/
help.js
19 lines
(13 loc)
•
253 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 };