We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5ac00 commit d97ef10Copy full SHA for d97ef10
lib/node_modules/@stdlib/_tools/makie/plugins/makie-list-pkgs-names/lib/index.js
@@ -17,21 +17,21 @@
17
*/
18
19
'use strict';
20
-
21
/**
22
* Plugin to list package names.
23
*
24
* @module @stdlib/_tools/makie/plugins/makie-list-pkgs-names
25
26
* @example
27
-* var plugin = require( '@stdlib/_tools/makie/plugins/makie-list-pkgs-names' );
28
* var makie = require( '@stdlib/_tools/makie' );
+* var plugin = require( '@stdlib/_tools/makie/plugins/makie-list-pkgs-names' );
+*
29
* var opts = {
30
* 'plugins': {
31
* 'benchmark': plugin
32
* }
33
* };
34
-*
+*/
35
* // Execute the `benchmark` command:
36
* makie( '/home/stdlib-js/stdlib', opts, 'benchmark' );
37
0 commit comments