
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@fluentity/cli
Advanced tools
A command-line interface tool for generating Fluentity models. This tool helps streamline the process of creating and managing Fluentity models in your project.
# Using npm
npm install -g @fluentity/cli
# Using pnpm
pnpm add -g @fluentity/cli
# Using yarn
yarn global add @fluentity/cli
The CLI provides a simple interface for generating Fluentity models:
# Generate a new model
fluentity generate:model [name]
# Generate a model with specific options
fluentity generate:model [name] --path ./custom/path --force
generate:model [name]Generates a new Fluentity model with the specified name.
Arguments:
[name] - Name of the model to generate (optional)Options:
-p, --path <path> - Path where the model should be generated (default: './src/models')-f, --force - Overwrite existing model file if it existsparse:openapi [filename]Generates all Fluentity models from a JSON OpenAPI file.
Arguments:
[filename] - Name of the JSON file to parseOptions:
-p, --path <path> - Path where the model should be generated (default: './src/models')-f, --force - Overwrite existing model file if it existspnpm install
pnpm build - Build the projectpnpm start - Run the CLI locallypnpm dev - Build and watch for changespnpm test - Run testspnpm test:coverage - Run tests with coveragepnpm test:ui - Run tests with UIMIT © Cedric Pierre
FAQs
Fluentity CLI for model generation
We found that @fluentity/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.