Skip to content

Tutorial: Module Dependencies

Raymond Cheng edited this page Mar 13, 2014 · 1 revision

In this section, we'll add a child stats module to the root module defined by manifest.json. This child module will perform analysis on the text, and output stats back to the root module (e.g. word count, character count).

The source code for this tutorial can be found here:
Repository-02

screenshot