Shortcuts
The following shortcuts are available for commands that are more commonly used.
You can customize shortcuts with ldo edit-shortcuts
ldo fc
:react/fc
ldo fcp
:react/fcprops
ldo fcc
:react/fcchildren
ldo fcs
:react/fcsimple
ldo fref
:react/forwardref
ldo vitc
:react/vitest-component
ldo vith
:react/vitest-hook
ldo vitl
:react/vitest-logic
ldo gb
:git/new-branch
You can also add other global commands to the shortcuts file. For example, adding the shortcut npm run build:ci
as npmb
, then calling ldo npmb --verbose
will call npm run build:ci --verbose
.