Handbook
Glossary
scaffold-authors ( vocab -- )
Vocabulary
tools
.
scaffold
Inputs
vocab
a vocabulary specifier
Outputs
None
Word description
Creates an authors.txt file using the value in
developer-name
. This word only works if no authors.txt file yet exists.
Definition
USING:
namespaces
tools.scaffold.private
;
IN:
tools.scaffold
:
scaffold-authors
( vocab -- )
"authors.txt"
developer-name
get
scaffold-metadata
;