You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.
For use on locally hosted bot
Snippets in popular editors + how to install them (for now. Later, actual plugins that integrate with the editor and the bot)
+ IDE-type commands
Overview:
!new-cog - creates cog with boilerplate (+empty info.json). creates in linked repo (or asks if multiple) (in dev branch?) symlinked to cogs folder. Open dev env (cog in preferred editor
!edit-cog - create dev branch. If not yours, fork and clone. symlink. Open in editor
!open-repo - opens github repo
!which - displays info about repo and author
!open-cog - opens cog (+ repo if on system) in editor
!info-json - interactive info.json maker/previewer
!publish - publishes cog to appropriate repo/(fork + opens github PR URL)
!issue - opens URL for new issue in corresponding repo
For use on locally hosted bot
Snippets in popular editors + how to install them (for now. Later, actual plugins that integrate with the editor and the bot)
+ IDE-type commands
Overview:
!new-cog - creates cog with boilerplate (+empty info.json). creates in linked repo (or asks if multiple) (in dev branch?) symlinked to cogs folder. Open dev env (cog in preferred editor
!edit-cog - create dev branch. If not yours, fork and clone. symlink. Open in editor
!open-repo - opens github repo
!which - displays info about repo and author
!open-cog - opens cog (+ repo if on system) in editor
!info-json - interactive info.json maker/previewer
!publish - publishes cog to appropriate repo/(fork + opens github PR URL)
!issue - opens URL for new issue in corresponding repo
UI/Functionality ideas:
!new-cog [name="untitled-#"] [branch=None]
!edit-cog [branch=None]
!open-repo [cog_or_repo_or_command: str=None]
!which <cog_or_or_command>
!open-cog <cog_or_command>
!info-json [cog=None]
!publish [to_branch=None] [from_branch=None]
!issue <cog_or_repo_or_command>
###Other thoughts:
Virtualenv?
The text was updated successfully, but these errors were encountered: