paperlined.org
apps
>
reddit
>
dev
>
RES
document updated 9 years ago, on Feb 25, 2015
I haven't been able to find much documentation on creating a RES module.
HOWTO
how to create a new module
(in reddit_enhancement_suite.user.js)
how to create a new module
(in lib/modules/hosts/example.js)
(wiki version)
to add your file to the various manifests, run
gulp add-module --file module.js
(
more info
, and
more
)
howto build a dev version of the module
howto test a dev build
list of existing modules
(
pull requests
)
addModule() is preferred over modifying modules['modulename']
RESUtils is an important class