feat: open source vibecoding example project
This commit is contained in:
commit
b370f462f2
34 changed files with 7744 additions and 0 deletions
9
default.do
Normal file
9
default.do
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
case $1 in
|
||||
copyright)
|
||||
addlicense -c "Peoples Grocers LLC" -f LICENSE-header -l "agpl-3.0" -s src/ >&2
|
||||
;;
|
||||
|
||||
|
||||
esac
|
||||
Loading…
Add table
Add a link
Reference in a new issue