this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 8 lines 202 B view raw
1(declare-project 2 :name "prompt" 3 :description "cli prompt written in janet" 4 :dependencies ["https://github.com/andrewchambers/janet-sh"]) 5 6(declare-executable 7 :name "prompt" 8 :entry "main.janet")