create-template-html-css 1.2.0 → 1.2.1
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/bin/cli.js +1 -1
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -145,7 +145,7 @@ program
|
|
|
145
145
|
.description('List all available templates')
|
|
146
146
|
.action(() => {
|
|
147
147
|
console.log(chalk.blue('\nAvailable templates:\n'));
|
|
148
|
-
|
|
148
|
+
console.log(' • Button - Styled button component');
|
|
149
149
|
console.log(' • Card - Card component with image and content');
|
|
150
150
|
console.log(' • Form - Form with input fields');
|
|
151
151
|
console.log(' • Navigation - Navigation bar');
|