20 lines
243 B
Markdown
20 lines
243 B
Markdown
# Toolbox
|
|
|
|
## install
|
|
|
|
first install node.js
|
|
|
|
then run
|
|
|
|
npm install -g @saucer-dev/cli
|
|
|
|
build embeded files with line
|
|
|
|
saucer embed <source> <destination>
|
|
|
|
like
|
|
|
|
saucer embed D:/Repos/Toolbox/res/html D:/Repos/Toolbox/out_embed
|
|
|
|
|