startr 0.2.0 copy "startr: ^0.2.0" to clipboard
startr: ^0.2.0 copied to clipboard

outdatedDart 1 only

Clones template snippets into project.

startr #

About #

Clones template snippets into project. Insert anywhere into your template and startr will find and prompt you for replacements. It warns you if there are any existing files that match the current directory path.

startr

Install #

$ pub global activate startr

Example #

See console-simple.dart for an example template repository (Copied courtesy of: https://github.com/google/stagehand)

$ startr clone git git@github.com:damondouglas/console-simple.dart.git

see list of community startrs here: https://github.com/damondouglas/startr.dart/wiki

Usage #

Clones template snippets into project.

Usage: startr <command> [arguments]

Global options:
-h, --help    Print this usage information.

Available commands:
  clone   Clones template into project.
  help    Display help information for startr.

Run "startr help <command>" for more information about a command.

Commands #

clone #

Usage: startr clone <subcommand> [arguments]
-h, --help    Print this usage information.

Available subcommands:
  git    Clones template from git repository.
  path   Clones template from local directory path.

Run "startr help" to see global options.

path #

startr clone path <directory>

Clones template from local directory path.

Usage: startr clone path <directory>
-h, --help    Print this usage information.

Run "startr help" to see global options.

git #

startr clone git <uri>

Clones template from git repository.

Usage: startr clone git <uri>
-h, --help    Print this usage information.

Run "startr help" to see global options.
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Clones template snippets into project.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ansicolor, args, git, path, random_string

More

Packages that depend on startr