@nowarp/blueprint-misti
v0.9.0
Published
Blueprint Misti Plugin
Downloads
41
Maintainers
Readme
blueprint-misti
A plugin for the Blueprint Framework that simplifies your workflow with the Misti static analyzer.
Getting Started
Install Soufflé to use all detectors provided by Misti.
Add this plugin as a dependency of your Blueprint project:
yarn add @nowarp/blueprint-misti- Add this configuration to
blueprint.config.ts:
import { MistiPlugin } from '@nowarp/blueprint-misti';
export const config = {
plugins: [
new MistiPlugin(),
],
};Usage
Run the following command:
yarn blueprint mistiIt will run the analysis of the available project, if there is one, or show an interactive window to select a project:

See the documentation for the available configuration options.
