Socket
Socket
Sign inDemoInstall

create-fx-app

Package Overview
Dependencies
442
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    create-fx-app

Bootstrap a Fx app with one command


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

create-fx-app CLI

This CLI tool enables you to quickly start building a new Fx application, with everything set up for you. To get started, use the following command:

npx create-fx-app

To create a new app in a specific folder, you can send a name as an argument. For example, the following command will create an app called blog-app in a folder with the same name:

npx create-fx-app blog-app

Options

create-fx-app comes with the following options:

  • -p, --preset [name]|[github-url] - Presets act as sharable set of feature configurations. You may want to bootstrap your application as a Sass app, a Ecommerce app, or a Marketplace app; presets allow you to do that by cloning the template and scaffolding a set of preconfigured features. A list of officially supported presets can be found seen by running npx fx list.

FAQs

Last updated on 23 Nov 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc