npm.io
0.0.15 • Published 4 years agoCLI

@founding/fx

Licence
Apache-2.0
Version
0.0.15
Deps
10
Size
108 kB
Vulns
7
Weekly
0

fx CLI

This CLI tool enables you to add/remove prebuilt features inside to a FX project:

# Converts a project to be compatible with FX features
npx fx init

# List available features and presets with descriptions
npx fx list

# Add a feature
npx fx add <feature>

# Remove a feature
npx fx remove <feature>

# Takes in a fx preset file and adds the features listed
npx fx preset <preset|path/to/preset.json>