npx frontity <frontity-command>
npx frontity --help
for full help.frontity
commands you have available are:--help
with each of these commands to get more information about them: npx frontity dev --help
--no-prompt
--no-prompt
option that can be used along with environment variables to avoid any questions from the CLI.--no-prompt
flag to the create
or create-package
, the CLI will use the name from either FRONTITY_CREATE_NAME
or FRONTITY_CREATE_PACKAGE_NAME
environment variables.npx frontity create my-cool-project
npx frontity create-package my-custom-theme
npx frontity dev
npx frontity build
npx frontity serve