mirror of
https://github.com/flarum/framework.git
synced 2025-05-30 20:15:50 +08:00
Add extension generator command.
This commit is contained in:
7
stubs/extension/js/bootstrap.js
vendored
Normal file
7
stubs/extension/js/bootstrap.js
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
import { extend, override } from 'flarum/extension-utils';
|
||||
|
||||
app.initializers.add('{{name}}', function() {
|
||||
|
||||
// @todo
|
||||
|
||||
});
|
Reference in New Issue
Block a user