@founding/fx
v0.0.15
Published
CLI to add prebuilt features to Fx apps
Downloads
69
Readme
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>