Skip to content

skoldpadda/jarvis-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

jarvis-plugins

A collection of plugins for jarvis.

Writing

To be discoverable by jpm, a plugin must have an entry in the registry.json. An entry has the following format:

{
    "name": "coolplugin",
    "description": "This plugin does awesome things yo!",
    "source": "https://raw.githubusercontent.com/joe/my-cool-repo/master/coolplugin.py",
    "tags": ["cool", "rad", "bacon"]
}

If source is omitted, the plugin is assumed to be in the src/ directory of this repo. Tags is likewise optional.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages