The Scully API docs

When you use Scully, and you want to create an plugin, or do something more tailored in your config, we provide an API that will help you with common tasks.

available variables

  • scullyConfig. The actual config
  • prod. Boolean passed in from command-line can be used to to set production time only settings

interfaces

Functions

  • httpGetJson,
  • registerPlugin
  • replaceFirstRouteParamWithVal,
  • routeSplit,
  • getHandledRoutes,
  • setPluginConfig,
  • getPluginConfig,
  • findPlugin,
  • createFolderFor,
  • getMyConfig,
  • setMyConfig,