app

Get basic application data. Such as components, actions, etc.

Source:

Methods

(static) getDeps(modulePath)

Source:

Get dependencies of a module by path.

Parameters:
Name Type Description
modulePath string

The full path of the module.

(inner) getFeatureRoutes(feature)

Source:

Get route rules defined in a feature.

Parameters:
Name Type Description
feature string

The feature name.

(inner) getFeatures()

Source:

Get all features names (folder names).

(inner) getFeatureStructure()

Source:

Get feature's components, actions, misc files and their dependencies.

(inner) getRootRoutePath()

Source:

Get root route rules defined in src/common/routeConfig.js.

(inner) getSrcFiles()

Source:

Get src files excepts features of a Rekit project.