UNPKG

@equinor/fusion-framework-cli

Version:

Command-line toolkit for developing, building, and publishing Fusion Framework applications and portal templates. Provides a unified developer experience from local development to production deployment.

6 lines (5 loc) 289 B
#!/usr/bin/env node // This file is a placeholder to prevent initial install failure due to a missing package entry file. // Importing './build/cli.js' before it exists is valid here, as the build step will generate it. // See project documentation for details. import('./build/cli.mjs');