@teambit/harmony.content.cli-reference 2.0.587 → 2.0.588
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -1609,7 +1609,7 @@
|
|
|
1609
1609
|
"description": "creates a component named 'ui/button' using the 'react' template"
|
|
1610
1610
|
},
|
|
1611
1611
|
{
|
|
1612
|
-
"cmd": "bit create
|
|
1612
|
+
"cmd": "bit create module utils/is-string utils/is-number --aspect teambit.node/node",
|
|
1613
1613
|
"description": "creates two components, 'utils/is-string' and 'utils/is-number' using the 'node' template from the 'node' aspect(env)"
|
|
1614
1614
|
},
|
|
1615
1615
|
{
|
package/dist/cli-reference.json
CHANGED
|
@@ -1609,7 +1609,7 @@
|
|
|
1609
1609
|
"description": "creates a component named 'ui/button' using the 'react' template"
|
|
1610
1610
|
},
|
|
1611
1611
|
{
|
|
1612
|
-
"cmd": "bit create
|
|
1612
|
+
"cmd": "bit create module utils/is-string utils/is-number --aspect teambit.node/node",
|
|
1613
1613
|
"description": "creates two components, 'utils/is-string' and 'utils/is-number' using the 'node' template from the 'node' aspect(env)"
|
|
1614
1614
|
},
|
|
1615
1615
|
{
|