cfa-template
v1.2.5
Published
The base template for Create Frigg App.
Downloads
3
Maintainers
Readme
cfa-template
This is the official base template for Create Frigg App, a CLI tool for generating new Frigg applications.
If you don't specify a template (for example, --template typescript
), this template will be used by default.
The primary purpose of this template is to provide a structured starting point for developing applications with the Frigg framework.
Editing and Running the Template Locally
If you need to make changes to the template and test them locally, you can use the --template
flag with the create-frigg-app
CLI to specify the local path to the template.
Navigate to the folder where you will create the new test app:
cd /path/to/your/test/app
Run
create-frigg-app
with the--template
flag:npx create-frigg-app --template=file:/path/to/create-frigg-app/packages/cfa-template
NOTE: this will use latest published version of
create-frigg-app
with the localcfa-template
. If you want to use the local version ofcreate-frigg-app
as well, check the README under/packages/create-frigg-app
for instructions on how to run with your local changes.
Contributing
We will update this section soon with broader guidelines on how to contribute to the template. For now, please follow the steps above to test and validate your changes locally.