forked from pattern-lab/patternlab-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevents.handlebars
More file actions
19 lines (12 loc) · 874 Bytes
/
events.handlebars
File metadata and controls
19 lines (12 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Pattern Lab Node Events
[](https://gitter.im/pattern-lab/node)
Pattern Lab emits numerous events during the [build](../docs/) process. Some uses of events:
* Core uses `patternlab-pattern-change` events when watching for changes in order to trigger another build
* Plugins such as [plugin-tab](https://github.com/pattern-lab/patternlab-node/tree/master/packages/plugin-tab) can use an event like `patternlab-pattern-write-end` to define additional code tabs to the pattern viewer / modal
Learn more about [Creating Plugins](https://github.com/pattern-lab/patternlab-node/wiki/Creating-Plugins).
{{#module name="Events"}}
{{>header~}}
{{>members}}
{{/module}}
* * *
[Pattern Lab](http://patternlab.io) Node is [MIT Licensed](https://github.com/pattern-lab/patternlab-node/blob/master/LICENSE)