Skip to content
/ namer Public

A simple package to produce random strings to name things (in dart)

License

Notifications You must be signed in to change notification settings

jtmcdole/namer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Namer

Naming things can be hard. Randomly naming a lot of things is all this package helps with.

Features

  • It generates Strings that are sometimes hilarious
  • You can tweak the number of adjectives and verbs

Usage

import 'package:namer/namer.dart' as namer;

void main() {
  // truthful manatee
  print('animal: ${namer.animal()}');
  // approbating false greedy owner
  print('noun: ${namer.generic(verbs: 1, adjectives: 2)}');
}

About

A simple package to produce random strings to name things (in dart)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages