passwd_gen_cli 1.0.0 copy "passwd_gen_cli: ^1.0.0" to clipboard
passwd_gen_cli: ^1.0.0 copied to clipboard

outdated

Application to generate passwords or a phrase composed of several words. It is possible to use one or more collections as source to create them.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add passwd_gen_cli

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  passwd_gen_cli: ^1.0.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:passwd_gen_cli/passwd_gen_cli.dart';
0
likes
0
pub points
0%
popularity

Publisher

verified publisherkurdy.ch

Application to generate passwords or a phrase composed of several words. It is possible to use one or more collections as source to create them.

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

ansicolor, passwd_gen

More

Packages that depend on passwd_gen_cli