Understand your Mac and iPhone more deeply by tracing the evolution of Mac OS X from prelease to Swift. John Siracusa delivers the details.
You've got two main options:
| /* | |
| We need to require the pupilplugin-creator | |
| */ | |
| var http = require('http') | |
| , pupilPlugin = require('../lib/pupilplugin') | |
| , somehttpstuffthatreturnsjson = new pupilPlugin() | |
| /* | |
| setup is an optional function, that is used to configure the instanciated | |
| version of the plugin. This is used to set configurational parameters. |