Handbook
Glossary
write-vocab-manifest ( vocab-manifest-out -- )
Vocabulary
tools
.
deploy
.
shaker
Inputs
vocab-manifest-out
an
object
Outputs
None
Definition
USING:
accessors
alien.libraries
io
io.encodings.utf8
io.files
kernel
namespaces
sequences
sets
vocabs
;
IN:
tools.deploy.shaker
:
write-vocab-manifest
( vocab-manifest-out -- )
"Writing vocabulary manifest to "
write
dup
print
flush
loaded-vocab-names
"VOCABS:"
prefix
deploy-libraries
get
[
lookup-library
path>>
]
map
members
"LIBRARIES:"
prefix
append
swap
utf8
set-file-lines
;