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`:
```ucm
scratch/main foo> create.author alicecoder "Alice McGee"
scratch/main foo> view 2
scratch/main> create.author alicecoder "Alice McGee"
scratch/main> find alicecoder
```

View File

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