iPoe
iPoe copied to clipboard
raco submit
- Open a repository / folder for community poems
-
raco submit file.rkt
should contribute a poem to the repo -
raco submit lang/
should add a language to this repo -
raco submit file.sql
should propose a new migration
I mean, raco ipoe submit
Trouble: I'd like this command to submit pull requests, but that means the user has to have forked the repo. So:
- need to detect if package is linked from a fork or installed from source (or a clone)
- need to create a new fork of this repo
EDIT: as step 1, suppose it's already linked and find the source location
After finding the fork (or skipping this), next up is to move the files & create a pull request.
Noooo, I no longer think pull requests are the way to do this. There should be a collaborative site / server up ... same place the database is hosted.
(Work has started in private/command/new.rkt
. I still have no idea the best way to register new poems. Also, SHARING and CREATING ought to be separate commands.)