pixelblock-cli
Advanced tools
Comparing version 0.0.28 to 0.0.30
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
{ | ||
"name": "pixelblock-cli", | ||
"version": "0.0.28", | ||
"version": "0.0.30", | ||
"main": "bin/install.js", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -32,3 +32,3 @@ * * * | ||
`npx pixelblock-cli <component>` | ||
`npx pixelblock-cli add <component>` | ||
@@ -46,7 +46,7 @@ | ||
`npx pixelblock-cli <component>` | ||
`npx pixelblock-cli add <component>` | ||
Replace `<component>` with the name of the component you want to install. For example: | ||
`npx pixelblock-cli button` | ||
`npx pixelblock-cli add button` | ||
@@ -66,3 +66,3 @@ This will copy the `Button.tsx` file from the templates directory to your project's `components/PixelBlock` directory. | ||
`npx pixelblock-cli Button` | ||
`npx pixelblock-cli add Button` | ||
@@ -109,3 +109,3 @@ This will copy the `Button.tsx` template file to your project's `components/PixelBlock` directory. | ||
`npx pixelblock-cli Button` | ||
`npx pixelblock-cli add Button` | ||
@@ -122,3 +122,3 @@ | ||
`sudo npx pixelblock-cli Button` | ||
`sudo npx pixelblock-cli add Button` | ||
@@ -125,0 +125,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
25799
9
671