create-package
npx frontity create-package [package-name] [options]Arguments
[package-name]
[package-name][options]
[options]Examples
> npx frontity create-package my-custom-theme
? Enter the namespace of the package: theme
β Adding package.json.
β Adding src/index.js.
β Installing package my-custom-theme.
New package "my-custom-theme" created.Environment Variables
FRONTITY_CREATE_PACKAGE_NAME
FRONTITY_CREATE_PACKAGE_NAMELast updated