dart-lang/pana

Name: pana

Owner: Dart

Description: Package ANAlysis with Strong mode support

Created: 2015-09-24 21:18:44.0

Updated: 2018-05-24 09:11:35.0

Pushed: 2018-05-24 09:11:34.0

Homepage: https://pub.dartlang.org/packages/pana

Size: 1330

Language: Dart

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Build Status

A library for analyzing Dart packages.

Used by the Dart Package site.

Use as an executable
Installation
b global activate pana
Usage

You can specify either a package (+ version) or a local directory to analyze:

e: pana [<options>] <package> [<version>]
   pana [<options>] --source path <directory>

ons:
  --flutter-sdk     The directory of the Flutter SDK.
, --json            Output log items as JSON.
, --source          The source used to find the package.
                    [hosted (default), path]

  --hosted-url      The server that hosts <package>.
                    (defaults to "https://pub.dartlang.org")

  --verbosity       Configure the details in the output.
                    [compact, normal (default), verbose]

  --[no-]warning    Shows the warning message before potentially destructive operation.
                    (defaults to on)

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.