Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Script execution instructions in "Installing" tab #269

@seaneagan

Description

@seaneagan

Assuming /bin has foo, bar, and baz, and pubspec.yaml has:

name: foo
# ...
executables:
  foo:
  bar:

The "Installing" tab could show something like:

Scripts

1. Activate (more info)

pub global activate foo

2. Run (more info)

foo ...
bar ...

If pubspec.yaml has no executables, then it could show:

2. Run (more info)

pub global run foo ...
pub global run foo:bar ...
pub global run foo:baz ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions