activity/tools/README.md

18 行
701 B
Markdown
Raw 通常表示 履歴

2018-01-24 08:00:59 +09:00
# tools
Contains the code-generation logic for aspects of this library:
2018-05-31 06:48:34 +09:00
* `go-fed/activity/tools/defs` contains common utilities and definitions for the
Vocabulary.
* `go-fed/activity/tools/vocab` is the tool used to generate the Vocabulary
code.
* `go-fed/activity/tools/vocab/gen` is the library that does the heavy lifting
of generating the Vocabulary code.
* `go-fed/activity/tools/stream` is the tool used to generate the ActivityStream
convenience code.
* `go-fed/activity/toolsstream/gen` is the library that does the heavy lifting
of generating the ActivityStream convenience code.
Before you continue further; a fair warning. This code is in severe need of
tender love and care.