1.1.9 • Published 3 years ago

cjp-cli v1.1.9

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

This pkg will help you in seeting up folder structure. with help of command you will able to add component , pages and services , no need to copy paste boiler plate code.

these are some command you can use:

Options:
          creating new project : hb -n <project_namr>
          creating new component  : hb -c <component_name> 
          creating new component with attribute : hb -c <component_name> --attrs <attribute_1_name> <attribute_2_name> <attribute_3_name>"
          --project OR -n:create new Project,      
          --component OR -c:Create new component,
          --service OR -s:Create new service,
          --page OR -p:Create new page,
          --help OR -h:"Get help"

you can also run this pkg withoute instaling with npx , command for that,

create new project : npx cjp-cli hb -n "project_name"
create compnent with name aattribute : npx cjp-cli hb -c "component_name" --attrs name
1.1.9

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago