Skip to content

JScott/sweatshop-gears-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sweatshop-gears-packages

These are the packages imported by Sweatshop Gears, a package management system for Robot Sweatshop.

sweatshop gears <package-name>

Creating a package

When creating a Gears package:

  • Create a repo for the package code with...
    • an entry-point executable at the root with the same name as the package
    • a Gemfile if applicable
  • Create a YAML file here with...
    • the same name as your executable entry point
    • the git repo link
    • the type (script or service)
    • an author
    • a description

Package types

  • Scripts are loaded into a Robot Sweatshop worker's path to be run during a job
  • Services are daemonized and run in the background under a range of ports

About

Robots made these for you because they love you

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published