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 c3c8796 commit 1550228Copy full SHA for 1550228
scopes/generator/generator/create.cmd.ts
@@ -36,7 +36,7 @@ export class CreateCmd implements Command {
36
description: "creates a component named 'ui/button' using the 'react' template",
37
},
38
{
39
- cmd: 'bit create node utils/is-string utils/is-number --aspect teambit.node/node',
+ cmd: 'bit create module utils/is-string utils/is-number --aspect teambit.node/node',
40
description:
41
"creates two components, 'utils/is-string' and 'utils/is-number' using the 'node' template from the 'node' aspect(env)",
42
0 commit comments