@hybrbase-staxomni/cli
v0.0.6
Published
@hybrbase-staxomni/cli auto generate templates or components
Downloads
2
Readme
HYBRBASE STAXOMNI CLI
- @hybrbase-staxomni/cli auto generate components
Installation
npm i -g @hybrbase-staxomni/cli
Installation
hybrbase-cli generate <component_name> --template <template_name>
or shorthand version:
hybrbase-cli g <component_name> -t <template_name>
Where:
<component_name> is the name of your new components.
<template_name> is the name of the template you wish to use. Currently supported templates are: React + Tailwind,...
For example: to create a new React Tailwind component named "my-components", you can use the following command:
hybrbase-cli generate my-components --template react-tailwind