yeoman moodle plugin generator
- Clone repo to new folder
- Install YEOMAN by
npm install -g yoand OPTIONALLYnpm install -g generator-generator - Navigate to the folder
generator-moodle-pluginand runnpm link - Navigate to the folder
generated-pluginsand runyo moodle-plugin - The code in
generator-moodle-plugin/generators/app/index.jswill be executed and the dummyfile undergenerator-moodle-plugin/generators/app/templateswill be copied togenerated-plugins - Profit!