GitXplorerGitXplorer
G

cargo-mommy

public
786 stars
52 forks
26 issues

Commits

List of commits on branch main.
Unverified
7cbe9903e1b5f31c36169ec4d84bac2d5dfd2642

my name is aria desires

GGankra committed 6 months ago
Unverified
b40766fee95af58900593baaebbe0ac3dc81ea9b

be consistentlier lowercase

mmi2ebi committed 8 months ago
Unverified
f1af772efb50608b1644aa3c4a970fe095cfb561

Make mommy say what she tried to spawn~

NNoratrieb committed a year ago
Unverified
0ec17361d8b0573d0155984403e576b788abeb60

fixup docs

GGankra committed a year ago
Unverified
ddc833fd04cd4392403506360259f4fb9778d1d4

release: 0.3.1

GGankra committed a year ago
Unverified
c572f1ab0767987485b4691ba5726698120b3bcb

prep release~

GGankra committed a year ago

README

The README file for this repository.

cargo-mommy

crates.io Rust CI

Mommy's here to support you when running cargo~ ❤️

Installation

You can cargo install cargo-mommy, see the website for more options

Usage

Run whatever cargo command you would normally but add mommy after cargo~

cargo mommy check

    Checking bappy-script v0.1.3
error: expected one of `!` or `::`, found `passes`
  --> src\main.rs:20:6
   |
20 | mods passes;
   |      ^^^^^^ expected one of `!` or `::`

error: could not compile `bappy-script` (bin "bappy-script") due to previous error
mommy knows her little girl can do better~ 💞

See the docs for more options

Configuration

Mommy will read the following environment variables to make her messages better for you~ ❤️

  • CARGO_MOMMYS_LITTLE - what to call you~ (default: "girl")
  • CARGO_MOMMYS_PRONOUNS - what pronouns mommy will use for themself~ (default: "her")
  • CARGO_MOMMYS_ROLES - what role mommy will have~ (default "mommy")
  • CARGO_MOMMYS_EMOTES - what emotes mommy will have~ (default "❤️/💖/💗/💓/💞")
  • CARGO_MOMMYS_MOODS - picks the set of possible responses~ (default: "chill", possible values "chill", "ominous")

All of these options can take a / separated list. Mommy will randomly select one of them whenever she talks to you~

For example, the phrase "mommy loves her little girl~ 💞" is "CARGO_MOMMYS_ROLE loves CARGO_MOMMYS_PRONOUNS little CARGO_MOMMYS_LITTLE~"

So if you set CARGO_MOMMYS_ROLES="daddy", CARGO_MOMMYS_PRONOUNS="his/their", and CARGO_MOMMYS_LITTLE="boy/pet/baby" then you might get any of

  • daddy loves their little boy~ ❤️
  • daddy loves his little pet~
  • daddy loves their little baby~ 💗

And so on~ 💓

Licensing

mommy likes freedom~ ❤️, and is dual-licensed under MIT and Apache 2.0.

Use either at your choice.