Add extension generator command.

This commit is contained in:
Toby Zerner
2015-06-08 14:56:19 +09:30
parent 4d2f58b693
commit b864ada389
10 changed files with 202 additions and 0 deletions

7
stubs/extension/js/bootstrap.js vendored Normal file
View File

@ -0,0 +1,7 @@
import { extend, override } from 'flarum/extension-utils';
app.initializers.add('{{name}}', function() {
// @todo
});