Create Component Skeleton in Lightning speed.
Refer sample definition file - definitions.txt
npx @fe-chef/component -f definitions.txt
npx @fe-chef/component --definitionFile=definitions.txt
npx @fe-chef/component -f definitions.txt -e tsx
npx @fe-chef/component --definitionFile=definitions.txt --extension=tsx
npx @fe-chef/component -f definitions.txt -e jsx
npx @fe-chef/component --definitionFile=definitions.txt --extension=jsx
npx @fe-chef/component -f definitions.txt -l someDir/subDir1/subDir2
npx @fe-chef/component --definitionFile=definitions.txt --location=someDir/subDir1/subDir2
npx @fe-chef/component -f definitions.txt -l .
npx @fe-chef/component --definitionFile=definitions.txt --location=.
npx @fe-chef/component -f definitions.txt -s css
npx @fe-chef/component --definitionFile=definitions.txt --style=css
npx @fe-chef/component -f definitions.txt -s sass
npx @fe-chef/component --definitionFile=definitions.txt --style=scss
npx @fe-chef/component -f definitions.txt -s styled
npx @fe-chef/component --definitionFile=definitions.txt --style=styled