Scaffold tool


Scaffold setup:
developer-name


Generate new vocabs:
scaffold-vocab ( string -- )

scaffold-core ( string -- )

scaffold-basis ( string -- )

scaffold-extra ( string -- )

scaffold-work ( string -- )


Generate help scaffolding:
scaffold-docs ( obj -- )

scaffold-undocumented ( string -- )

scaffold-examples ( word -- )

scaffold-n-examples ( n word -- )

help. ( word -- )


Types that are unrecognized by the scaffold generator will be of type object. The developer should change these to strings that describe the stack effect names instead.

Scaffolding a configuration file:
scaffold-rc ( path -- )

scaffold-factor-boot-rc ( -- )

scaffold-factor-rc ( -- )

scaffold-factor-roots ( -- )

scaffold-emacs ( -- )


Scaffolding a test file:
scaffold-tests ( vocab -- )

scaffold-unit-tests ( vocab -- )

read-unit-test ( -- str/f )