Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cfa-template

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cfa-template

The base template for Create Frigg App.

  • 1.2.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-85.42%
Maintainers
0
Weekly downloads
 
Created
Source

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.

  1. Navigate to the folder where you will create the new test app:

    cd /path/to/your/test/app
    
  2. 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 local cfa-template. If you want to use the local version of create-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.

Keywords

FAQs

Package last updated on 19 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc