Repo Java Script
public RepoJavaScript RepoJavaScript(Integer id, String name, String fileName, Version version, String description, String changeLog, List<Integer> authors, List<Integer> supported, Boolean hasExample)
Parameters
id
Primary key, should be completely unique
name
Name of the js file, this is shown to users
file Name
Filename of the js file, used internally by shosetsu
description
Description of the effects of the js
change Log
Description of recent changes
authors
Authors who created this
supported
List of explicitly supported extensions
has Example
States if this has an example HTML to show the user