Skip to content

Commit c73daab

Browse files
committed
scripts added to scaffold plugin command description
1 parent 0f23056 commit c73daab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Scaffold_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ private function get_output_path( $assoc_args, $subdir ) {
590590
*
591591
* * `plugin-slug.php` is the main PHP plugin file.
592592
* * `readme.txt` is the readme file for the plugin.
593-
* * `package.json` needed by NPM holds various metadata relevant to the project. Packages: `grunt`, `grunt-wp-i18n` and `grunt-wp-readme-to-markdown`.
593+
* * `package.json` needed by NPM holds various metadata relevant to the project. Packages: `grunt`, `grunt-wp-i18n` and `grunt-wp-readme-to-markdown`. Scripts: `start`, `readme`, `i18n`.
594594
* * `Gruntfile.js` is the JS file containing Grunt tasks. Tasks: `i18n` containing `addtextdomain` and `makepot`, `readme` containing `wp_readme_to_markdown`.
595595
* * `.editorconfig` is the configuration file for Editor.
596596
* * `.gitignore` tells which files (or patterns) git should ignore.

0 commit comments

Comments
 (0)