0.5.0 • Published 8 months ago

@nowarp/blueprint-misti v0.5.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

blueprint-misti

A plugin for the Blueprint Framework that simplifies your workflow with the Misti static analyzer.

Getting Started

  1. Install Soufflé to use all detectors provided by Misti.

  2. Add this plugin as a dependency of your Blueprint project:

yarn add @nowarp/blueprint-misti
  1. 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 misti

It will run the analysis of the available project, if there is one, or show an interactive window to select a project:

img

See the documentation for the available configuration options.

Resources

0.5.0

8 months ago

0.4.1

9 months ago

0.4.0

9 months ago

0.3.2

10 months ago

0.3.0

10 months ago

0.3.1

10 months ago

0.2.6

11 months ago

0.2.5

11 months ago

0.2.4

11 months ago

0.2.3

11 months ago

0.2.2

11 months ago

0.2.1

11 months ago

0.2.0

11 months ago

0.1.0

11 months ago