Convert create-author.md to projects

This commit is contained in:
Chris Penner 2024-06-25 17:10:02 -07:00
parent 6e48ce47be
commit fcc251de2e
2 changed files with 11 additions and 12 deletions

View File

@ -5,6 +5,6 @@ scratch/main> builtins.mergeio
Demonstrating `create.author`: Demonstrating `create.author`:
```ucm ```ucm
scratch/main foo> create.author alicecoder "Alice McGee" scratch/main> create.author alicecoder "Alice McGee"
scratch/main foo> view 2 scratch/main> find alicecoder
``` ```

View File

@ -1,22 +1,21 @@
Demonstrating `create.author`: Demonstrating `create.author`:
```ucm ```ucm
☝️ The namespace .foo is empty. scratch/main> create.author alicecoder "Alice McGee"
.foo> create.author alicecoder "Alice McGee"
Added definitions: Added definitions:
1. metadata.authors.alicecoder : #345f3nptqq 1. metadata.authors.alicecoder : Author
2. metadata.copyrightHolders.alicecoder : #pgornst1pq 2. metadata.copyrightHolders.alicecoder : CopyrightHolder
3. metadata.authors.alicecoder.guid : #hqectlr3gt 3. metadata.authors.alicecoder.guid : GUID
Tip: Add License values for alicecoder under metadata. Tip: Add License values for alicecoder under metadata.
.foo> view 2 scratch/main> find alicecoder
.foo.metadata.copyrightHolders.alicecoder : CopyrightHolder 1. metadata.authors.alicecoder : Author
.foo.metadata.copyrightHolders.alicecoder = 2. metadata.copyrightHolders.alicecoder : CopyrightHolder
CopyrightHolder alicecoder.guid "Alice McGee" 3. metadata.authors.alicecoder.guid : GUID
``` ```