AE86

AE86

class AE86

Constructor

new AE86()

Source:

Methods

clean(cb:)

Remove the generated website.
Source:
Parameters:
Name Type Description
cb: function standard cb(err, result) callback

generate(cb:)

Generate website based on the templates and params.
Source:
Parameters:
Name Type Description
cb: function standard cb(err, result) callback

init(cb:)

Create example AE86 project files in current directory.
Source:
Parameters:
Name Type Description
cb: function standard cb(err, result) callback

watch()

Watch for any file changes in AE86 project files. A change means the project website will automatically be regenerated.
Source: