random_folder 1.0.4 copy "random_folder: ^1.0.4" to clipboard
random_folder: ^1.0.4 copied to clipboard

A Dart random folder generator that uses random words and numbers to create directory for new projects

Random Folder - A Dart random folder generator #

Randomly Named Directories #

Often it is difficult to come up with a name for a project. Random Folder generates a directory with a random name to help you get started building faster with a simple mkrdir.

Installation #

If you want to use Random Folder on the command line, install it using pub global activate:

> pub global activate random_folder

To update Random Folder, use the same pub global activate command.

Usage #

Random Folder generates an empty directory with a random name. For example, here's how you create a package with Random Folder:

$ mkrdir

Generates directory named randomname000000

Options #

$ mkrdir -c # Camel Case Folder Name
$ mkrdir -s # Snake Case Folder Name
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A Dart random folder generator that uses random words and numbers to create directory for new projects

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, english_words

More

Packages that depend on random_folder