Skip to content

factbox/artifact_plugin_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArtifactPluginTemplate

This is a boilerplate to create new plugins. FactBox basically is extended by new Artifact models. To keep one modular ecosystem, it's recomended insert those artifacts via plugin.

Usage

TODO

Installation

Add this line to your factbox's Gemfile:

gem "PLUGIN_NAME", git: "PLUGIN_GIT_URL"

So, in factbox root you can:

$ rails g install PLUGIN_NAME

This will create some migrations, so you should run:

$ rails db:migrate

About

Plugin template to support a new artifact

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published