RepoJavaScript

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

fileName

Filename of the js file, used internally by shosetsu

description

Description of the effects of the js

changeLog

Description of recent changes

authors

Authors who created this

supported

List of explicitly supported extensions

hasExample

States if this has an example HTML to show the user