Skip to content

code patterns

EricGebhart edited this page Sep 27, 2021 · 3 revisions

Code Patterns.

A current, simple code pattern:

This creates an empty path /foo, Then switches to yaml with the '. That data is placed in /foo.

cli/msg has a signature that is looking for msg and web/browse wants a url.

Blank lines after yaml are necessary.

with foo
'
url: http://ericgebhart.com
msg: some message.


cli/msg
web/browse

pop-with

This generates a barcode and saves it.

with /mystuff/barcode

'
value : ABC
codetype : barcode
# codetype : QR-code


bq/gen

pop results code

bq/save

pop-with

Clone this wiki locally