-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.js
More file actions
20 lines (19 loc) · 1011 Bytes
/
index.js
File metadata and controls
20 lines (19 loc) · 1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
'use strict';
module.exports = {
'server-plugin-separation': {
title: 'The joys of server / plugin separation',
subtitle: 'The joyful act of decoupling your application plugin from its deployment will make your hapi app more portable and simpler to test.'
},
'handling-plugin-dependencies': {
title: 'Handling plugin dependencies',
subtitle: 'In celebration of hapi plugin boundaries, here we offer a concrete approach to taming inter-plugin dependencies.'
},
'schwifty-across-plugins': {
title: 'Extending schwifty models across plugins',
subtitle: 'This example of creating a general-purpose "users" plugin demonstrates that, with the help of schwifty, it\'s possible to create highly reusable, data-oriented hapi plugins.'
},
"nested-boilerplate-projects": {
title: "Nested boilerplate projects",
subtitle: "Anything built with pal boilerplate is a Hapi plugin, see how your plugins could hang together.",
}
};