generator-hm-plugin
Version:
Yeoman WordPress plugin generator based on Human Made's coding standards.
11 lines (7 loc) • 325 B
Markdown
# generator-plugin-wp JS Subgenerator
```bash
yo plugin-wp js
```
Initializes javascript for your plugin, including configuring the Gruntfile.js with the proper tasks.
The sub-generator prompts for type of javscript setup; Browserify, Concatination, or just Uglification.
You will need to manually enqueue the javascript.